Skip to content

Commit

Permalink
Merge pull request #2482 from hannobraun/dependabot/cargo/cargo-9e250…
Browse files Browse the repository at this point in the history
…c741e

Bump the cargo group with 6 updates
  • Loading branch information
hannobraun authored Nov 18, 2024
2 parents 73c9600 + 5e51c53 commit e3caf40
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 26 deletions.
34 changes: 18 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.33.2"
num-traits = "0.2.19"
parry2d-f64 = "0.17.1"
parry3d-f64 = "0.17.1"
parry2d-f64 = "0.17.2"
parry3d-f64 = "0.17.2"
robust = "1.1.0"
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ thiserror = "2.0.3"
tracing = "0.1.40"

[dependencies.clap]
version = "4.5.19"
version = "4.5.21"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
8 changes: 4 additions & 4 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ publish = false
anyhow = "1.0.93"
chrono = "0.4.38"
map-macro = "0.3.0"
octocrab = "0.41.2"
octocrab = "0.42.0"
semver = "1.0.23"
serde = "1.0.213"
serde_json = "1.0.132"
serde = "1.0.215"
serde_json = "1.0.133"
tracing = "0.1.40"
url = "2.5.3"

[dependencies.autolib]
path = "../autolib"

[dependencies.clap]
version = "4.5.19"
version = "4.5.21"
features = ["derive"]

[dependencies.tokio]
Expand Down
6 changes: 3 additions & 3 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env_logger = "0.11.5"
log = "0.4.22"
secstr = "0.5.0"
semver = "1.0.23"
serde_json = "1.0.132"
serde_json = "1.0.133"
thiserror = "2.0.3"

[dependencies.autolib]
Expand All @@ -24,10 +24,10 @@ version = "0.12.7"
features = ["blocking"]

[dependencies.clap]
version = "4.5.19"
version = "4.5.21"
features = ["std", "derive", "env"]
default-features = false

[dependencies.serde]
version = "1.0.213"
version = "1.0.215"
features = ["derive"]

0 comments on commit e3caf40

Please sign in to comment.