Skip to content

Commit

Permalink
build(deps): bump the prod-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 2 updates

Bumps the prod-dependencies group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [similar-asserts](https://github.com/mitsuhiko/similar-asserts).


Updates `clap` from 4.5.16 to 4.5.17
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.16...clap_complete-v4.5.17)

Updates `similar-asserts` from 1.5.0 to 1.6.0
- [Changelog](https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar-asserts@1.5.0...1.6.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: similar-asserts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent cd80368 commit 2f8a3f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repository = "https://github.com/gluwa/creditcoin3/"
assert_matches = "1.5.0"
async-trait = "0.1"
bn = { package = "substrate-bn", version = "0.6", default-features = false }
clap = { version = "4.5.16", features = ["derive", "deprecated"] }
clap = { version = "4.5.17", features = ["derive", "deprecated"] }
derive_more = "0.99"
environmental = { version = "1.1.4", default-features = false }
ethereum = { version = "0.14.0", default-features = false }
Expand Down Expand Up @@ -53,7 +53,7 @@ serde = { version = "1.0", default-features = false, features = [
"alloc",
] }
serde_json = "1.0"
similar-asserts = "1.1.0"
similar-asserts = "1.6.0"
sqlx = { version = "0.7.4", default-features = false, features = ["macros"] }
thiserror = "1.0"
tokio = "1.40.0"
Expand Down
2 changes: 1 addition & 1 deletion runtime/generate-bags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ repository.workspace = true
[dependencies]
creditcoin3-runtime = { path = "../" }
generate-bags = { workspace = true }
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }

0 comments on commit 2f8a3f8

Please sign in to comment.