Skip to content

Commit

Permalink
chore: bump serde_json from 1.0.108 to 1.0.110 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent ff412b7 commit d0046cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion demes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = ["serde_json"]
thiserror = "~1"
serde = { version = "~1", features = ["derive", "rc"] }
serde_yaml = "~0.9"
serde_json = {version = "1.0.108", optional = true, features=["float_roundtrip"]}
serde_json = {version = "1.0.110", optional = true, features=["float_roundtrip"]}

[dependencies.regex]
version = "~1"
Expand Down

0 comments on commit d0046cb

Please sign in to comment.