Bump the dependencies group with 8 updates

Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.44` | `1.0.47` |
| [clap](https://github.com/clap-rs/clap) | `4.3.21` | `4.3.23` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.72` | `1.0.75` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.29.2` | `0.29.3` |
| [serde](https://github.com/serde-rs/serde) | `1.0.183` | `1.0.185` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.104` | `1.0.105` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.31.0` | `1.32.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.7.1` | `3.8.0` |


Updates `thiserror` from 1.0.44 to 1.0.47
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.44...1.0.47)

Updates `clap` from 4.3.21 to 4.3.23
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.21...v4.3.23)

Updates `anyhow` from 1.0.72 to 1.0.75
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.75)

Updates `octocrab` from 0.29.2 to 0.29.3
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.29.2...v0.29.3)

Updates `serde` from 1.0.183 to 1.0.185
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.183...v1.0.185)

Updates `serde_json` from 1.0.104 to 1.0.105
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.104...v1.0.105)

Updates `tokio` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.31.0...tokio-1.32.0)

Updates `tempfile` from 3.7.1 to 3.8.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.7.1...v3.8.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-21 13:09:07 +00:00 committed by GitHub
parent 6c41170f58
commit 4b7519c5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 45 additions and 45 deletions

44
Cargo.lock generated
View File

@ -165,9 +165,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.72" version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]] [[package]]
name = "approx" name = "approx"
@ -467,9 +467,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.3.21" version = "4.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd" checksum = "03aef18ddf7d879c15ce20f04826ef8418101c7e528014c3eeea13321047dca3"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -478,9 +478,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.3.21" version = "4.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa" checksum = "f8ce6fffb678c9b80a70b6b6de0aad31df727623a70fd9a842c30cd573e2fa98"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@ -1921,9 +1921,9 @@ dependencies = [
[[package]] [[package]]
name = "octocrab" name = "octocrab"
version = "0.29.2" version = "0.29.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e8c7bc06899f663c4208c548488face69abc134692887a2edd4366bef18655d" checksum = "170c527fe1bf1d045e1f69a10dfd9b192327d53728b2c3481cf95b9dc2b42998"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"async-trait", "async-trait",
@ -2579,18 +2579,18 @@ dependencies = [
[[package]] [[package]]
name = "serde" name = "serde"
version = "1.0.183" version = "1.0.185"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c" checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31"
dependencies = [ dependencies = [
"serde_derive", "serde_derive",
] ]
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.183" version = "1.0.185"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816" checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2599,9 +2599,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.104" version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",
@ -2849,9 +2849,9 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.7.1" version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"fastrand", "fastrand",
@ -2871,18 +2871,18 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.44" version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "1.0.44" version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2991,9 +2991,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.31.0" version = "1.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40de3a2ba249dcb097e01be5e67a5ff53cf250397715a071a81543e8a832a920" checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",

View File

@ -18,9 +18,9 @@ itertools = "0.11.0"
parking_lot = "0.12.0" parking_lot = "0.12.0"
robust = "1.1.0" robust = "1.1.0"
spade = "2.2.0" spade = "2.2.0"
thiserror = "1.0.44" thiserror = "1.0.47"
type-map = "0.5.0" type-map = "0.5.0"
[dev-dependencies] [dev-dependencies]
pretty_assertions = "1.4.0" pretty_assertions = "1.4.0"
anyhow = "1.0.72" anyhow = "1.0.75"

View File

@ -14,7 +14,7 @@ categories.workspace = true
[dependencies] [dependencies]
fj-interop.workspace = true fj-interop.workspace = true
fj-math.workspace = true fj-math.workspace = true
thiserror = "1.0.44" thiserror = "1.0.47"
threemf = "0.4.0" threemf = "0.4.0"
stl = "0.2.1" stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1" wavefront_rs = "=2.0.0-beta.1"

View File

@ -16,7 +16,7 @@ fj-math.workspace = true
nalgebra = "0.32.3" nalgebra = "0.32.3"
tobj = "4.0.0" tobj = "4.0.0"
raw-window-handle = "0.5.2" raw-window-handle = "0.5.2"
thiserror = "1.0.44" thiserror = "1.0.47"
tracing = "0.1.37" tracing = "0.1.37"
[dependencies.bytemuck] [dependencies.bytemuck]

View File

@ -15,5 +15,5 @@ fj-interop.workspace = true
fj-math.workspace = true fj-math.workspace = true
fj-viewer.workspace = true fj-viewer.workspace = true
futures = "0.3.28" futures = "0.3.28"
thiserror = "1.0.44" thiserror = "1.0.47"
winit = "0.28.6" winit = "0.28.6"

View File

@ -18,8 +18,8 @@ fj-interop.workspace = true
fj-math.workspace = true fj-math.workspace = true
fj-viewer.workspace = true fj-viewer.workspace = true
fj-window.workspace = true fj-window.workspace = true
thiserror = "1.0.44" thiserror = "1.0.47"
[dependencies.clap] [dependencies.clap]
version = "4.3.21" version = "4.3.23"
features = ["derive"] features = ["derive"]

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
anyhow = "1.0.72" anyhow = "1.0.75"
log = "0.4.20" log = "0.4.20"
regex = "1.9.3" regex = "1.9.3"
semver = "1.0.18" semver = "1.0.18"

View File

@ -5,22 +5,22 @@ edition = "2021"
publish = false publish = false
[dependencies] [dependencies]
anyhow = "1.0.72" anyhow = "1.0.75"
chrono = "0.4.26" chrono = "0.4.26"
map-macro = "0.2.6" map-macro = "0.2.6"
octocrab = "0.29.2" octocrab = "0.29.3"
semver = "1.0.18" semver = "1.0.18"
serde = "1.0.183" serde = "1.0.185"
serde_json = "1.0.104" serde_json = "1.0.105"
url = "2.4.0" url = "2.4.0"
[dependencies.autolib] [dependencies.autolib]
path = "../autolib" path = "../autolib"
[dependencies.clap] [dependencies.clap]
version = "4.3.21" version = "4.3.23"
features = ["derive"] features = ["derive"]
[dependencies.tokio] [dependencies.tokio]
version = "1.31.0" version = "1.32.0"
features = ["full"] features = ["full"]

View File

@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
anyhow = "1.0.72" anyhow = "1.0.75"

View File

@ -6,8 +6,8 @@ publish = false
[dependencies] [dependencies]
anyhow = "1.0.72" anyhow = "1.0.75"
tempfile = "3.7.1" tempfile = "3.8.0"
[build-dependencies] [build-dependencies]
anyhow = "1.0.72" anyhow = "1.0.75"

View File

@ -6,15 +6,15 @@ publish = false
[dependencies] [dependencies]
anyhow = "1.0.72" anyhow = "1.0.75"
cargo_metadata = "0.17.0" cargo_metadata = "0.17.0"
cmd_lib = "1.3.0" cmd_lib = "1.3.0"
env_logger = "0.10.0" env_logger = "0.10.0"
log = "0.4.20" log = "0.4.20"
secstr = "0.5.0" secstr = "0.5.0"
semver = "1.0.18" semver = "1.0.18"
serde_json = "1.0.104" serde_json = "1.0.105"
thiserror = "1.0.44" thiserror = "1.0.47"
[dependencies.autolib] [dependencies.autolib]
path = "../autolib" path = "../autolib"
@ -24,10 +24,10 @@ version = "0.11.18"
features = ["blocking"] features = ["blocking"]
[dependencies.clap] [dependencies.clap]
version = "4.3.21" version = "4.3.23"
features = ["std", "derive", "env"] features = ["std", "derive", "env"]
default_features = false default_features = false
[dependencies.serde] [dependencies.serde]
version = "1.0.183" version = "1.0.185"
features = ["derive"] features = ["derive"]