Skip to content

Commit

Permalink
Merge pull request #2474 from hannobraun/dependabot/cargo/cargo-7c283…
Browse files Browse the repository at this point in the history
…dbf1c

Bump the cargo group with 5 updates
  • Loading branch information
hannobraun authored Oct 21, 2024
2 parents 5170ff4 + b291eda commit 48d102d
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 209 deletions.
214 changes: 17 additions & 197 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.1"
anyhow = "1.0.89"
anyhow = "1.0.90"
2 changes: 1 addition & 1 deletion crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
[dependencies]
approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.33.0"
nalgebra = "0.33.1"
num-traits = "0.2.19"
parry2d-f64 = "0.17.1"
parry3d-f64 = "0.17.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.33.0"
nalgebra = "0.33.1"
tobj = "4.0.2"
raw-window-handle = "0.6.0"
thiserror = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
log = "0.4.22"
regex = "1.11.0"
semver = "1.0.23"
6 changes: 3 additions & 3 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
chrono = "0.4.38"
map-macro = "0.3.0"
octocrab = "0.41.1"
octocrab = "0.41.2"
semver = "1.0.23"
serde = "1.0.210"
serde_json = "1.0.128"
serde_json = "1.0.132"
tracing = "0.1.40"
url = "2.5.2"

Expand Down
2 changes: 1 addition & 1 deletion tools/cross-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
4 changes: 2 additions & 2 deletions tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish = false


[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
tempfile = "3.13.0"

[build-dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ publish = false


[dependencies]
anyhow = "1.0.89"
anyhow = "1.0.90"
cargo_metadata = "0.18.1"
cmd_lib = "1.9.5"
env_logger = "0.11.5"
log = "0.4.22"
secstr = "0.5.0"
semver = "1.0.23"
serde_json = "1.0.128"
serde_json = "1.0.132"
thiserror = "1.0.64"

[dependencies.autolib]
Expand Down

0 comments on commit 48d102d

Please sign in to comment.