Skip to content

Commit

Permalink
Merge pull request #2190 from hannobraun/dependabot/cargo/cargo-1697d…
Browse files Browse the repository at this point in the history
…53673

Bump the cargo group with 4 updates
  • Loading branch information
hannobraun authored Feb 5, 2024
2 parents 0e44841 + 52909ee commit 5b573a4
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 57 deletions.
113 changes: 60 additions & 53 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
fj-interop.workspace = true
fj-math.workspace = true
iter_fixed = "0.3.1"
itertools = "0.12.0"
itertools = "0.12.1"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.6.0"
Expand Down
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
anyhow = "1.0.78"
chrono = "0.4.33"
map-macro = "0.2.6"
map-macro = "0.3.0"
octocrab = "0.33.3"
semver = "1.0.21"
serde = "1.0.196"
Expand All @@ -23,7 +23,7 @@ version = "4.4.18"
features = ["derive"]

[dependencies.tokio]
version = "1.35.1"
version = "1.36.0"
features = ["full"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "1.0.53"
path = "../autolib"

[dependencies.reqwest]
version = "0.11.23"
version = "0.11.24"
features = ["blocking"]

[dependencies.clap]
Expand Down

0 comments on commit 5b573a4

Please sign in to comment.