mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 02:48:27 +00:00
Bump the cargo group with 5 updates
Bumps the cargo group with 5 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.7` | `4.5.8` | | [parry2d-f64](https://github.com/dimforge/parry) | `0.16.0` | `0.16.1` | | [parry3d-f64](https://github.com/dimforge/parry) | `0.16.0` | `0.16.1` | | [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` | | [serde_json](https://github.com/serde-rs/json) | `1.0.117` | `1.0.119` | Updates `clap` from 4.5.7 to 4.5.8 - [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/clap_complete-v4.5.7...v4.5.8) Updates `parry2d-f64` from 0.16.0 to 0.16.1 - [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md) - [Commits](https://github.com/dimforge/parry/commits) Updates `parry3d-f64` from 0.16.0 to 0.16.1 - [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md) - [Commits](https://github.com/dimforge/parry/commits) Updates `log` from 0.4.21 to 0.4.22 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.21...0.4.22) Updates `serde_json` from 1.0.117 to 1.0.119 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.119) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: parry2d-f64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: parry3d-f64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
14b95668bc
commit
80401c749a
28
Cargo.lock
generated
28
Cargo.lock
generated
@ -498,9 +498,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.7"
|
||||
version = "4.5.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
|
||||
checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
@ -508,9 +508,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.5.7"
|
||||
version = "4.5.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
|
||||
checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
@ -520,9 +520,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_derive"
|
||||
version = "4.5.5"
|
||||
version = "4.5.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
|
||||
checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
@ -1725,9 +1725,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.21"
|
||||
version = "0.4.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
||||
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
||||
|
||||
[[package]]
|
||||
name = "malloc_buf"
|
||||
@ -2409,9 +2409,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "parry2d-f64"
|
||||
version = "0.16.0"
|
||||
version = "0.16.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8def418b5e931cece7595fd39756be7d51e7262831b86281c1f1a7e443ff0db"
|
||||
checksum = "32cd734c28d0feb8cdccd1d3c39ac2ef0798b330c1511e177d896ca0ef10dc9d"
|
||||
dependencies = [
|
||||
"approx 0.5.1",
|
||||
"arrayvec",
|
||||
@ -2433,9 +2433,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "parry3d-f64"
|
||||
version = "0.16.0"
|
||||
version = "0.16.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8a14c824449aaf5a097580a4212194e86d86d2a8f3fd64542e0dfd658ecd61ae"
|
||||
checksum = "ffeec9b9368a1e06997b467777f021a4cfa184eff3369764ebc72e8ae2c67135"
|
||||
dependencies = [
|
||||
"approx 0.5.1",
|
||||
"arrayvec",
|
||||
@ -3030,9 +3030,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.117"
|
||||
version = "1.0.119"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
|
||||
checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
@ -18,6 +18,6 @@ approx = "0.5.1"
|
||||
decorum = "0.3.1"
|
||||
nalgebra = "0.33.0"
|
||||
num-traits = "0.2.19"
|
||||
parry2d-f64 = "0.16.0"
|
||||
parry3d-f64 = "0.16.0"
|
||||
parry2d-f64 = "0.16.1"
|
||||
parry3d-f64 = "0.16.1"
|
||||
robust = "1.1.0"
|
||||
|
@ -25,7 +25,7 @@ thiserror = "1.0.61"
|
||||
tracing = "0.1.40"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.5.7"
|
||||
version = "4.5.8"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.tracing-subscriber]
|
||||
|
@ -5,6 +5,6 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
log = "0.4.21"
|
||||
log = "0.4.22"
|
||||
regex = "1.10.5"
|
||||
semver = "1.0.23"
|
||||
|
@ -11,7 +11,7 @@ map-macro = "0.3.0"
|
||||
octocrab = "0.38.0"
|
||||
semver = "1.0.23"
|
||||
serde = "1.0.203"
|
||||
serde_json = "1.0.117"
|
||||
serde_json = "1.0.119"
|
||||
tracing = "0.1.40"
|
||||
url = "2.5.2"
|
||||
|
||||
@ -19,7 +19,7 @@ url = "2.5.2"
|
||||
path = "../autolib"
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.5.7"
|
||||
version = "4.5.8"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.tokio]
|
||||
|
@ -10,10 +10,10 @@ anyhow = "1.0.86"
|
||||
cargo_metadata = "0.18.1"
|
||||
cmd_lib = "1.9.4"
|
||||
env_logger = "0.11.3"
|
||||
log = "0.4.21"
|
||||
log = "0.4.22"
|
||||
secstr = "0.5.0"
|
||||
semver = "1.0.23"
|
||||
serde_json = "1.0.117"
|
||||
serde_json = "1.0.119"
|
||||
thiserror = "1.0.61"
|
||||
|
||||
[dependencies.autolib]
|
||||
@ -24,7 +24,7 @@ version = "0.12.4"
|
||||
features = ["blocking"]
|
||||
|
||||
[dependencies.clap]
|
||||
version = "4.5.7"
|
||||
version = "4.5.8"
|
||||
features = ["std", "derive", "env"]
|
||||
default_features = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user