Skip to content

Commit

Permalink
chore: bump serde_json from 1.0.110 to 1.0.113 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 51b2aec commit fe3ba06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

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

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

0 comments on commit fe3ba06

Please sign in to comment.