Skip to content

Commit

Permalink
Merge pull request #2151 from hannobraun/dependabot/cargo/cargo-b9b5b…
Browse files Browse the repository at this point in the history
…42b26

Bump the cargo group with 4 updates
  • Loading branch information
hannobraun authored Dec 28, 2023
2 parents 8f25f3b + 410b13f commit 5865399
Show file tree
Hide file tree
Showing 8 changed files with 110 additions and 124 deletions.
214 changes: 100 additions & 114 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 @@ -26,4 +26,4 @@ type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.0"
anyhow = "1.0.75"
anyhow = "1.0.76"
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true
fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.29"
futures = "0.3.30"
thiserror = "1.0.51"

[dependencies.winit]
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.75"
anyhow = "1.0.76"
log = "0.4.20"
regex = "1.10.2"
semver = "1.0.20"
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.76"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.32.0"
Expand All @@ -23,7 +23,7 @@ version = "4.4.11"
features = ["derive"]

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

[dependencies.tracing-subscriber]
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.75"
anyhow = "1.0.76"
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.75"
anyhow = "1.0.76"
tempfile = "3.8.1"

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


[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.76"
cargo_metadata = "0.18.1"
cmd_lib = "1.9.3"
env_logger = "0.10.1"
Expand All @@ -20,7 +20,7 @@ thiserror = "1.0.51"
path = "../autolib"

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

[dependencies.clap]
Expand Down

0 comments on commit 5865399

Please sign in to comment.