Skip to content

Commit

Permalink
chore: bump serde from 1.0.199 to 1.0.203 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 1, 2024
1 parent 29c1237 commit bede405
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -22,7 +22,7 @@ libc = "0.2.154"
streaming-iterator = "0.1.5"
bitflags = "2.5.0"
humantime = {version = "2.1.0", optional = true}
serde = {version = "1.0.199", features = ["derive"], optional = true}
serde = {version = "1.0.203", features = ["derive"], optional = true}
serde_json = {version = "1.0.114", optional = true}
bincode = {version = "1.3.1", optional = true}
tskit-derive = {version = "0.2.0", path = "tskit-derive", optional = true}
Expand All @@ -31,7 +31,7 @@ delegate = "0.12.0"
[dev-dependencies]
anyhow = {version = "1.0.79"}
clap = {version = "4.4.6", features = ["derive"]}
serde = {version = "1.0.199", features = ["derive"]}
serde = {version = "1.0.203", features = ["derive"]}
serde-pickle = "1.1.0"
serde_json = {version = "1.0.114"}
bincode = "1.3.1"
Expand Down

0 comments on commit bede405

Please sign in to comment.