Skip to content

Commit

Permalink
chore: bump serde_json from 1.0.115 to 1.0.117 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent bede405 commit 3af4eff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ streaming-iterator = "0.1.5"
bitflags = "2.5.0"
humantime = {version = "2.1.0", optional = true}
serde = {version = "1.0.203", features = ["derive"], optional = true}
serde_json = {version = "1.0.114", optional = true}
serde_json = {version = "1.0.117", optional = true}
bincode = {version = "1.3.1", optional = true}
tskit-derive = {version = "0.2.0", path = "tskit-derive", optional = true}
delegate = "0.12.0"
Expand All @@ -33,7 +33,7 @@ anyhow = {version = "1.0.79"}
clap = {version = "4.4.6", features = ["derive"]}
serde = {version = "1.0.203", features = ["derive"]}
serde-pickle = "1.1.0"
serde_json = {version = "1.0.114"}
serde_json = {version = "1.0.117"}
bincode = "1.3.1"
rand = "0.8.3"
rand_distr = "0.4.0"
Expand Down

0 comments on commit 3af4eff

Please sign in to comment.