Skip to content

Commit fbf0952

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] <[email protected]>
1 parent 932fecf commit fbf0952

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

Cargo.lock

Lines changed: 34 additions & 2 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
@@ -79,7 +79,7 @@ workspace = true
7979
# Serialization
8080
serde = { version = "1.0", features = ["derive"] }
8181
serde_json = "1.0" # SafeTensors JSON metadata
82-
bincode = "1.3"
82+
bincode = "2.0"
8383

8484
# Random number generation for model_selection
8585
rand = "0.8"

0 commit comments

Comments
 (0)