Skip to content

Commit

Permalink
deps: bump multihash from 0.19.1 to 0.19.2 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
2 parents e3abb08 + d7fe197 commit fa78da4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ libp2p-stream = { version = "0.2.0-alpha" }
libp2p-webrtc = { version = "=0.8.0-alpha", features = ["pem"] }
libp2p-webrtc-websys = "0.4.0-alpha"
multibase = "0.9.1"
multihash = "0.19.1"
multihash = "0.19.2"
multihash-codetable = { version = "0.1.3", default-features = false }
multihash-derive = "0.9.0"
p256 = { version = "0.13.2", default-features = false, features = ["ecdsa", "std", "pem"] }
Expand Down
2 changes: 1 addition & 1 deletion unixfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default = ["filetime"]
[dependencies]
ipld-core = "0.4.1"
ipld-dagpb = "0.2.1"
multihash = "0.19.1"
multihash = "0.19.2"
multihash-codetable = { version = "0.1.3", default-features = false, features = ["std", "sha2"] }
multihash-derive = "0.9.0"

Expand Down

0 comments on commit fa78da4

Please sign in to comment.