Skip to content

Commit

Permalink
Merge pull request #2154 from hannobraun/dependabot/cargo/cargo-cdc28…
Browse files Browse the repository at this point in the history
…e93fb

Bump the cargo group with 4 updates
  • Loading branch information
hannobraun authored Jan 8, 2024
2 parents 3762799 + d6ca1b5 commit c89c411
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 69 deletions.
114 changes: 55 additions & 59 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 @@ -25,7 +25,7 @@ thiserror = "1.0.53"
tracing = "0.1.40"

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

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
anyhow = "1.0.78"
log = "0.4.20"
regex = "1.10.2"
semver = "1.0.20"
semver = "1.0.21"
8 changes: 4 additions & 4 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ anyhow = "1.0.78"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.32.0"
semver = "1.0.20"
serde = "1.0.193"
serde_json = "1.0.109"
semver = "1.0.21"
serde = "1.0.195"
serde_json = "1.0.111"
tracing = "0.1.40"
url = "2.5.0"

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

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

[dependencies.tokio]
Expand Down
Loading

0 comments on commit c89c411

Please sign in to comment.