Skip to content

Commit d52ab1b

Browse files
build(deps): Update rmp-serde requirement from 0.15 to 1.0 (#2439)
Updates the requirements on [rmp-serde](https://github.com/3Hren/msgpack-rust) to permit the latest version. - [Release notes](https://github.com/3Hren/msgpack-rust/releases) - [Commits](3Hren/msgpack-rust@rmp-serde/v0.15.0...rmp-serde/v1.0.0) --- updated-dependencies: - dependency-name: rmp-serde dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4001b56 commit d52ab1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ libp2p-mplex = { path = "../muxers/mplex" }
5050
libp2p-noise = { path = "../transports/noise" }
5151
libp2p-tcp = { path = "../transports/tcp" }
5252
serde_json = "1.0"
53-
rmp-serde = "0.15"
53+
rmp-serde = "1.0"
5454
multihash = { version = "0.14", default-features = false, features = ["arb"] }
5555
quickcheck = "0.9.0"
5656
rand07 = { package = "rand", version = "0.7" }

0 commit comments

Comments
 (0)