From d7fe1976569e517172650f5b92150866f2bcf34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:33:49 +0000 Subject: [PATCH] deps: bump multihash from 0.19.1 to 0.19.2 Bumps [multihash](https://github.com/multiformats/rust-multihash) from 0.19.1 to 0.19.2. - [Changelog](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/rust-multihash/compare/v0.19.1...v0.19.2) --- updated-dependencies: - dependency-name: multihash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- unixfs/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11a28819e..7d09fd37d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3437,13 +3437,13 @@ dependencies = [ [[package]] name = "multihash" -version = "0.19.1" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" +checksum = "cc41f430805af9d1cf4adae4ed2149c759b877b01d909a1f40256188d09345d2" dependencies = [ "core2", "serde", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f3c26d522..f5aa424a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/unixfs/Cargo.toml b/unixfs/Cargo.toml index 036a2f948..e2855b86b 100644 --- a/unixfs/Cargo.toml +++ b/unixfs/Cargo.toml @@ -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"