Skip to content

Commit e86c24d

Browse files
chore: bump serde_json from 1.0.117 to 1.0.120 (#646)
1 parent b2eafb4 commit e86c24d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 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
@@ -23,7 +23,7 @@ streaming-iterator = "0.1.5"
2323
bitflags = "2.6.0"
2424
humantime = {version = "2.1.0", optional = true}
2525
serde = {version = "1.0.203", features = ["derive"], optional = true}
26-
serde_json = {version = "1.0.117", optional = true}
26+
serde_json = {version = "1.0.120", optional = true}
2727
bincode = {version = "1.3.1", optional = true}
2828
tskit-derive = {version = "0.2.0", path = "tskit-derive", optional = true}
2929
delegate = "0.12.0"
@@ -33,7 +33,7 @@ anyhow = {version = "1.0.86"}
3333
clap = {version = "4.4.6", features = ["derive"]}
3434
serde = {version = "1.0.203", features = ["derive"]}
3535
serde-pickle = "1.1.0"
36-
serde_json = {version = "1.0.117"}
36+
serde_json = {version = "1.0.120"}
3737
bincode = "1.3.1"
3838
rand = "0.8.3"
3939
rand_distr = "0.4.0"

0 commit comments

Comments
 (0)