Skip to content

Commit 9e6410d

Browse files
chore(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] <[email protected]>
1 parent d91aa71 commit 9e6410d

File tree

3 files changed

+37
-5
lines changed

3 files changed

+37
-5
lines changed

Cargo.lock

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

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ arc-swap = "1"
1818
asynchronous-codec = "0.7"
1919
aes-gcm = "0.10"
2020
axum = { default-features = false, features = ["http1", "matched-path", "query", "tower-log", "ws", "json"], workspace = true }
21-
bincode = "1"
21+
bincode = "2"
2222
blake3 = { workspace = true }
2323
bs58 = "0.5"
2424
byteorder = "1"

crates/fdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/freenet/freenet"
1111
[dependencies]
1212
anyhow = "1"
1313
axum = { default-features = false, features = ["http1", "matched-path", "query", "tower-log", "ws"], workspace = true }
14-
bincode = "1"
14+
bincode = "2"
1515
bs58 = { workspace = true }
1616
chrono = { workspace = true }
1717
clap = { workspace = true, features = ["derive", "env"] }

0 commit comments

Comments
 (0)