Skip to content

Commit bd54a97

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. - [Commits](https://github.com/bincode-org/bincode/commits) --- updated-dependencies: - dependency-name: bincode dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a94ae4 commit bd54a97

File tree

2 files changed

+62
-6
lines changed

2 files changed

+62
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ workspace = true
8282
# Serialization
8383
serde = { version = "1.0", features = ["derive"] }
8484
serde_json = "1.0" # SafeTensors JSON metadata
85-
bincode = "1.3"
85+
bincode = "2.0"
8686
rmp-serde = "1.3" # MessagePack for .apr metadata (spec §2)
8787

8888
# Random number generation for model_selection

0 commit comments

Comments
 (0)