Skip to content

Commit

Permalink
Merge pull request #2090 from hannobraun/dependabot/cargo/cargo-20c6c…
Browse files Browse the repository at this point in the history
…10bd1

Bump the cargo group with 6 updates
  • Loading branch information
hannobraun authored Nov 13, 2023
2 parents c91347f + a248501 commit 847e3b6
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 49 deletions.
71 changes: 31 additions & 40 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 @@ iter_fixed = "0.3.1"
itertools = "0.11.0"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.2.1"
spade = "2.3.0"
thiserror = "1.0.50"
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 @@ -35,5 +35,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.10"
version = "0.2.11"
features = ["js"]
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.50"
tracing = "0.1.40"

[dependencies.clap]
version = "4.4.7"
version = "4.4.8"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
6 changes: 3 additions & 3 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.32.0"
semver = "1.0.20"
serde = "1.0.190"
serde = "1.0.192"
serde_json = "1.0.108"
url = "2.4.1"

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

[dependencies.clap]
version = "4.4.7"
version = "4.4.8"
features = ["derive"]

[dependencies.tokio]
version = "1.33.0"
version = "1.34.0"
features = ["full"]
6 changes: 3 additions & 3 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
anyhow = "1.0.75"
cargo_metadata = "0.18.1"
cmd_lib = "1.8.0"
env_logger = "0.10.0"
env_logger = "0.10.1"
log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.20"
Expand All @@ -24,10 +24,10 @@ version = "0.11.20"
features = ["blocking"]

[dependencies.clap]
version = "4.4.7"
version = "4.4.8"
features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.190"
version = "1.0.192"
features = ["derive"]

0 comments on commit 847e3b6

Please sign in to comment.