mirror of https://github.com/hannobraun/Fornjot
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:
parent
6c41170f58
commit
4b7519c5d4
|
@ -165,9 +165,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.72"
|
||||
version = "1.0.75"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
|
||||
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
||||
|
||||
[[package]]
|
||||
name = "approx"
|
||||
|
@ -467,9 +467,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.3.21"
|
||||
version = "4.3.23"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
|
||||
checksum = "03aef18ddf7d879c15ce20f04826ef8418101c7e528014c3eeea13321047dca3"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
|
@ -478,9 +478,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.3.21"
|
||||
version = "4.3.23"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
|
||||
checksum = "f8ce6fffb678c9b80a70b6b6de0aad31df727623a70fd9a842c30cd573e2fa98"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
|
@ -1921,9 +1921,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "octocrab"
|
||||
version = "0.29.2"
|
||||
version = "0.29.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5e8c7bc06899f663c4208c548488face69abc134692887a2edd4366bef18655d"
|
||||
checksum = "170c527fe1bf1d045e1f69a10dfd9b192327d53728b2c3481cf95b9dc2b42998"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"async-trait",
|
||||
|
@ -2579,18 +2579,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.183"
|
||||
version = "1.0.185"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
|
||||
checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.183"
|
||||
version = "1.0.185"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816"
|
||||
checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2599,9 +2599,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.104"
|
||||
version = "1.0.105"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
|
||||
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
@ -2849,9 +2849,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.7.1"
|
||||
version = "3.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
||||
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"fastrand",
|
||||
|
@ -2871,18 +2871,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.44"
|
||||
version = "1.0.47"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
|
||||
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.44"
|
||||
version = "1.0.47"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
|
||||
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2991,9 +2991,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "40de3a2ba249dcb097e01be5e67a5ff53cf250397715a071a81543e8a832a920"
|
||||
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
|
|
|
@ -18,9 +18,9 @@ itertools = "0.11.0"
|
|||
parking_lot = "0.12.0"
|
||||
robust = "1.1.0"
|
||||
spade = "2.2.0"
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.47"
|
||||
type-map = "0.5.0"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.4.0"
|
||||
anyhow = "1.0.72"
|
||||
anyhow = "1.0.75"
|
||||
|
|
|
@ -14,7 +14,7 @@ categories.workspace = true
|
|||
[dependencies]
|
||||
fj-interop.workspace = true
|
||||
fj-math.workspace = true
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.47"
|
||||
threemf = "0.4.0"
|
||||
stl = "0.2.1"
|
||||
wavefront_rs = "=2.0.0-beta.1"
|
||||
|
|
|
@ -16,7 +16,7 @@ fj-math.workspace = true
|
|||
nalgebra = "0.32.3"
|
||||
tobj = "4.0.0"
|
||||
raw-window-handle = "0.5.2"
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.47"
|
||||
tracing = "0.1.37"
|
||||
|
||||
[dependencies.bytemuck]
|
||||
|
|
|
@ -15,5 +15,5 @@ fj-interop.workspace = true
|
|||
fj-math.workspace = true
|
||||
fj-viewer.workspace = true
|
||||
futures = "0.3.28"
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.47"
|
||||
winit = "0.28.6"
|
||||
|
|
|
@ -18,8 +18,8 @@ fj-interop.workspace = true
|
|||
fj-math.workspace = true
|
||||
fj-viewer.workspace = true
|
||||
fj-window.workspace = true
|
||||
thiserror = "1.0.44"
|
||||
thiserror = "1.0.47"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.3.21"
|
||||
version = "4.3.23"
|
||||
features = ["derive"]
|
||||
|
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
anyhow = "1.0.75"
|
||||
log = "0.4.20"
|
||||
regex = "1.9.3"
|
||||
semver = "1.0.18"
|
||||
|
|
|
@ -5,22 +5,22 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
anyhow = "1.0.75"
|
||||
chrono = "0.4.26"
|
||||
map-macro = "0.2.6"
|
||||
octocrab = "0.29.2"
|
||||
octocrab = "0.29.3"
|
||||
semver = "1.0.18"
|
||||
serde = "1.0.183"
|
||||
serde_json = "1.0.104"
|
||||
serde = "1.0.185"
|
||||
serde_json = "1.0.105"
|
||||
url = "2.4.0"
|
||||
|
||||
[dependencies.autolib]
|
||||
path = "../autolib"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.3.21"
|
||||
version = "4.3.23"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
features = ["full"]
|
||||
|
|
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
anyhow = "1.0.75"
|
||||
|
|
|
@ -6,8 +6,8 @@ publish = false
|
|||
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
tempfile = "3.7.1"
|
||||
anyhow = "1.0.75"
|
||||
tempfile = "3.8.0"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.72"
|
||||
anyhow = "1.0.75"
|
||||
|
|
|
@ -6,15 +6,15 @@ publish = false
|
|||
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.72"
|
||||
anyhow = "1.0.75"
|
||||
cargo_metadata = "0.17.0"
|
||||
cmd_lib = "1.3.0"
|
||||
env_logger = "0.10.0"
|
||||
log = "0.4.20"
|
||||
secstr = "0.5.0"
|
||||
semver = "1.0.18"
|
||||
serde_json = "1.0.104"
|
||||
thiserror = "1.0.44"
|
||||
serde_json = "1.0.105"
|
||||
thiserror = "1.0.47"
|
||||
|
||||
[dependencies.autolib]
|
||||
path = "../autolib"
|
||||
|
@ -24,10 +24,10 @@ version = "0.11.18"
|
|||
features = ["blocking"]
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.3.21"
|
||||
version = "4.3.23"
|
||||
features = ["std", "derive", "env"]
|
||||
default_features = false
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0.183"
|
||||
version = "1.0.185"
|
||||
features = ["derive"]
|
||||
|
|
Loading…
Reference in New Issue