Skip to content

Commit 03134a8

Browse files
build(deps): bump bincode from 1.3.3 to 2.0.1
Bumps [bincode](https://github.com/bincode-org/bincode) from 1.3.3 to 2.0.1. - [Release notes](https://github.com/bincode-org/bincode/releases) - [Commits](bincode-org/bincode@v1.3.3...v2.0.1) --- updated-dependencies: - dependency-name: bincode dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab3a598 commit 03134a8

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

Cargo.lock

Lines changed: 25 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

multiconnect-daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ multiconnect-protocol = { path = "../multiconnect-protocol" }
2929
multiconnect-config = { path = "../multiconnect-config" }
3030
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3131
log = "0.4.26"
32-
bincode = "=1.3.3"
32+
bincode = "=2.0.1"
3333
async-trait = "0.1.88"
3434
prost = "0.13"
3535
tokio-stream = { version = "0.1.17", features = ["sync"] }

multiconnect-frontend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ multiconnect-config = { path = "../multiconnect-config" }
2727
tokio = { version = "1", features = ["full"] }
2828
pretty_env_logger = "0.5.0"
2929
log = "0.4.26"
30-
bincode = "=1.3.3"
30+
bincode = "=2.0.1"
3131
tokio-stream = { version = "0.1.17", features = ["sync"] }
3232
uuid = { version = "1.16.0", features = ["v4"] }
3333
fern = { version = "0.7.1", features = ["colored"] }

multiconnect-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ prost-types = "0.13"
1717
thiserror = "2.0.12"
1818
uid = "0.1.8"
1919
libp2p = { version = "0.55.0", features = ["serde"] }
20-
bincode = "=1.3.3"
20+
bincode = "=2.0.1"
2121
async-trait = "0.1.88"
2222
uuid = "1.16.0"
2323
os_info = "3.10.0"

0 commit comments

Comments
 (0)