Skip to content

Commit

Permalink
Bump the minor-changes group with 2 updates (#76)
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 2 updates:
[hashbrown](https://github.com/rust-lang/hashbrown) and
[clap](https://github.com/clap-rs/clap).

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2023
1 parent dcab2dd commit 3c0a831
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 @@ -35,7 +35,7 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo

# Private dependencies (not exposed via public APIs).
base64ct = { version = "1.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.14.2", optional = true }
hashbrown = { version = "0.14.3", optional = true }
merlin = { version = "3.0.0", default-features = false }
rand_chacha = { version = "0.3.1", default-features = false }
subtle = { version = "2.4.0", default-features = false }
Expand All @@ -62,7 +62,7 @@ insta = { version = "1.34.0", features = ["yaml"] }
k256 = { version = "0.13", default-features = false, features = ["arithmetic"] }
rand = "0.8.3"
serde_json = "1.0"
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
test-casing = "0.1.2"
version-sync = "0.9.2"

Expand Down

0 comments on commit 3c0a831

Please sign in to comment.