Skip to content

Commit 62559f1

Browse files
authored
Merge pull request #2519 from hannobraun/dependabot/cargo/cargo-9f71351d40
Bump the cargo group across 1 directory with 4 updates
2 parents 8a1e1a2 + 14c026f commit 62559f1

File tree

9 files changed

+50
-43
lines changed

9 files changed

+50
-43
lines changed

Cargo.lock

Lines changed: 38 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fj-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ type-map = "0.5.0"
2525

2626
[dev-dependencies]
2727
pretty_assertions = "1.4.1"
28-
anyhow = "1.0.97"
28+
anyhow = "1.0.98"

crates/fj-math/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ decorum = "0.4.0"
1919
iter_fixed = "0.4.0"
2020
nalgebra = "0.33.2"
2121
num-traits = "0.2.19"
22-
parry2d-f64 = "0.18.0"
23-
parry3d-f64 = "0.18.0"
22+
parry2d-f64 = "0.19.0"
23+
parry3d-f64 = "0.19.0"
2424
robust = "1.1.0"

crates/fj/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ thiserror = "2.0.12"
2424
tracing = "0.1.41"
2525

2626
[dependencies.clap]
27-
version = "4.5.35"
27+
version = "4.5.36"
2828
features = ["derive"]
2929

3030
[dependencies.tracing-subscriber]

tools/autolib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.97"
7+
anyhow = "1.0.98"
88
log = "0.4.27"
99
regex = "1.11.1"
1010
semver = "1.0.26"

tools/automator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
anyhow = "1.0.97"
8+
anyhow = "1.0.98"
99
chrono = "0.4.40"
1010
map-macro = "0.3.0"
1111
octocrab = "0.44.0"
@@ -19,7 +19,7 @@ url = "2.5.4"
1919
path = "../autolib"
2020

2121
[dependencies.clap]
22-
version = "4.5.35"
22+
version = "4.5.36"
2323
features = ["derive"]
2424

2525
[dependencies.tokio]

tools/cross-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.97"
7+
anyhow = "1.0.98"

tools/export-validator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ publish = false
66

77

88
[dependencies]
9-
anyhow = "1.0.97"
9+
anyhow = "1.0.98"
1010
tempfile = "3.19.0"
1111

1212
[build-dependencies]
13-
anyhow = "1.0.97"
13+
anyhow = "1.0.98"

tools/release-operator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66

77

88
[dependencies]
9-
anyhow = "1.0.97"
9+
anyhow = "1.0.98"
1010
cargo_metadata = "0.19.2"
1111
cmd_lib = "1.9.5"
1212
env_logger = "0.11.8"
@@ -24,7 +24,7 @@ version = "0.12.14"
2424
features = ["blocking"]
2525

2626
[dependencies.clap]
27-
version = "4.5.35"
27+
version = "4.5.36"
2828
features = ["std", "derive", "env"]
2929
default-features = false
3030

0 commit comments

Comments
 (0)