Skip to content

Commit

Permalink
Merge pull request #2079 from hannobraun/dependabot/cargo/cargo-6151d…
Browse files Browse the repository at this point in the history
…9507e

Bump the cargo group with 6 updates
  • Loading branch information
hannobraun authored Oct 30, 2023
2 parents e0c26d2 + 9614df9 commit 938c2ba
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 49 deletions.
78 changes: 39 additions & 39 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-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories.workspace = true
fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.28"
futures = "0.3.29"
thiserror = "1.0.50"

[dependencies.winit]
Expand Down
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.6"
version = "4.4.7"
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,15 +10,15 @@ chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.31.2"
semver = "1.0.20"
serde = "1.0.189"
serde_json = "1.0.107"
serde = "1.0.190"
serde_json = "1.0.108"
url = "2.4.1"

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

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

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.75"
tempfile = "3.8.0"
tempfile = "3.8.1"

[build-dependencies]
anyhow = "1.0.75"
8 changes: 4 additions & 4 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ publish = false
[dependencies]
anyhow = "1.0.75"
cargo_metadata = "0.18.1"
cmd_lib = "1.5.0"
cmd_lib = "1.6.1"
env_logger = "0.10.0"
log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.20"
serde_json = "1.0.107"
serde_json = "1.0.108"
thiserror = "1.0.50"

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

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

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

0 comments on commit 938c2ba

Please sign in to comment.