Skip to content

Commit

Permalink
chore(deps): update rust crate cid to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent eb17545 commit fa767aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ thiserror = "1.0.38"
ethabi = "18.0.0"
hex = "0.4.3"
url = "2.4.0"
cid = "0.10.1"
cid = "0.11.0"
libp2p-identity = { version = "0.2.8", features = ["peerid"], default-features = false }
clarity = { version = "1.2.3", features = [] }

Expand Down
2 changes: 1 addition & 1 deletion src/tests/decider-distro-tests-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mockito = "1.1.0"
hyper = "0.14.27"
eyre = "0.6.10"
clarity = "1.3.0"
cid = "0.10.1"
cid = "0.11.0"
hex = "0.4.3"

# Enable a small amount of optimization in debug mode
Expand Down

0 comments on commit fa767aa

Please sign in to comment.