Skip to content

Commit

Permalink
Merge pull request #2022 from hannobraun/dependabot/cargo/cargo-960d1…
Browse files Browse the repository at this point in the history
…9bb6f

Bump the cargo group with 4 updates
  • Loading branch information
hannobraun authored Sep 18, 2023
2 parents 35f2f31 + 11b10b8 commit 6e62276
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
94 changes: 47 additions & 47 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.48"
tracing = "0.1.37"

[dependencies.clap]
version = "4.4.2"
version = "4.4.3"
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 @@ -6,19 +6,19 @@ publish = false

[dependencies]
anyhow = "1.0.75"
chrono = "0.4.30"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.30.1"
semver = "1.0.18"
serde = "1.0.188"
serde_json = "1.0.106"
serde_json = "1.0.107"
url = "2.4.1"

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

[dependencies.clap]
version = "4.4.2"
version = "4.4.3"
features = ["derive"]

[dependencies.tokio]
Expand Down
6 changes: 3 additions & 3 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ publish = false

[dependencies]
anyhow = "1.0.75"
cargo_metadata = "0.17.0"
cargo_metadata = "0.18.0"
cmd_lib = "1.3.0"
env_logger = "0.10.0"
log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.18"
serde_json = "1.0.106"
serde_json = "1.0.107"
thiserror = "1.0.48"

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

[dependencies.clap]
version = "4.4.2"
version = "4.4.3"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 6e62276

Please sign in to comment.