Skip to content

Commit 0dc865e

Browse files
committed
chore: bump bincode major version
1 parent 1227ac8 commit 0dc865e

File tree

4 files changed

+53
-7
lines changed

4 files changed

+53
-7
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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ libc = "0.2.155"
2525
streaming-iterator = "0.1.5"
2626
serde = {version = "1.0.203", features = ["derive"], optional = true}
2727
serde_json = {version = "1.0.120", optional = true}
28-
bincode = {version = "1.3.1", optional = true}
28+
bincode = {version = "2", optional = true}
2929
tskit-derive = {version = "0.2.0", path = "tskit-derive", optional = true}
3030
chrono = { version = "0.4.40", default-features = false, features = ["now", "std"] , optional = true}
3131

@@ -35,7 +35,7 @@ clap = {version = "4.4.6", features = ["derive"]}
3535
serde = {version = "1.0.203", features = ["derive"]}
3636
serde-pickle = "1.1.0"
3737
serde_json = {version = "1.0.120"}
38-
bincode = "1.3.1"
38+
bincode = "2"
3939
rand = "0.8.3"
4040
rand_distr = "0.4.0"
4141

python/tskit_glue/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.

python/tskit_glue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
pyo3 = "0.24.0"
1313
serde = {version = "1.0.203", features = ["derive"]}
14-
bincode = {version = "1.3.1"}
14+
bincode = {version = "2"}

0 commit comments

Comments
 (0)