Skip to content

Commit

Permalink
chore: bump serde from 1.0.185 to 1.0.188 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent 862e7ab commit 10a3be7
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.81"
streaming-iterator = "0.1.5"
bitflags = "1.2.1"
humantime = {version = "2.1.0", optional = true}
serde = {version = "1.0.118", features = ["derive"], optional = true}
serde = {version = "1.0.188", features = ["derive"], optional = true}
serde_json = {version = "1.0.67", optional = true}
bincode = {version = "1.3.1", optional = true}
tskit-derive = {version = "0.2.0", path = "tskit-derive", optional = true}
Expand All @@ -32,7 +32,7 @@ delegate = "0.10.0"
[dev-dependencies]
anyhow = {version = "1.0.66"}
clap = {version = "~3.2.8", features = ["derive"]}
serde = {version = "1.0.118", features = ["derive"]}
serde = {version = "1.0.188", features = ["derive"]}
serde-pickle = "1.1.0"
serde_json = {version = "1.0.67"}
bincode = "1.3.1"
Expand Down

0 comments on commit 10a3be7

Please sign in to comment.