Skip to content

Commit

Permalink
chore: bump serde from 1.0.190 to 1.0.193 (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 0afe37c commit b5cd3c8
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.150"
streaming-iterator = "0.1.5"
bitflags = "1.2.1"
humantime = {version = "2.1.0", optional = true}
serde = {version = "1.0.190", features = ["derive"], optional = true}
serde = {version = "1.0.193", features = ["derive"], optional = true}
serde_json = {version = "1.0.108", 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.10.0"
[dev-dependencies]
anyhow = {version = "1.0.66"}
clap = {version = "4.4.6", features = ["derive"]}
serde = {version = "1.0.190", features = ["derive"]}
serde = {version = "1.0.193", features = ["derive"]}
serde-pickle = "1.1.0"
serde_json = {version = "1.0.108"}
bincode = "1.3.1"
Expand Down

0 comments on commit b5cd3c8

Please sign in to comment.