Skip to content

Commit

Permalink
Merge pull request #2156 from hannobraun/dependabot/cargo/cargo-d74e3…
Browse files Browse the repository at this point in the history
…bc378

Bump the cargo group with 5 updates
  • Loading branch information
hannobraun authored Jan 15, 2024
2 parents 39b6ca8 + 0bc9c79 commit c93d4a1
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 55 deletions.
97 changes: 48 additions & 49 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 @@ -20,7 +20,7 @@ iter_fixed = "0.3.1"
itertools = "0.12.0"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.5.1"
spade = "2.6.0"
thiserror = "1.0.53"
type-map = "0.5.0"

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 @@ -39,5 +39,5 @@ features = ["webgl"]
# We don't depend on `getrandom` directly, but we need this to enable the `js`
# feature when cross-compiling to WASM. Otherwise, `getrandom` will not build.
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.11"
version = "0.2.12"
features = ["js"]
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 = "1.0.53"
tracing = "0.1.40"

[dependencies.clap]
version = "4.4.13"
version = "4.4.16"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
anyhow = "1.0.78"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.32.0"
octocrab = "0.33.0"
semver = "1.0.21"
serde = "1.0.195"
serde_json = "1.0.111"
Expand All @@ -19,7 +19,7 @@ url = "2.5.0"
path = "../autolib"

[dependencies.clap]
version = "4.4.13"
version = "4.4.16"
features = ["derive"]

[dependencies.tokio]
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 @@ -24,7 +24,7 @@ version = "0.11.23"
features = ["blocking"]

[dependencies.clap]
version = "4.4.13"
version = "4.4.16"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit c93d4a1

Please sign in to comment.