Skip to content

Commit

Permalink
chore: bump serde_json from 1.0.105 to 1.0.107
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.107.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.105...v1.0.107)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 6029a11 commit 4715177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ streaming-iterator = "0.1.5"
bitflags = "1.2.1"
humantime = {version = "2.1.0", optional = true}
serde = {version = "1.0.188", features = ["derive"], optional = true}
serde_json = {version = "1.0.67", optional = true}
serde_json = {version = "1.0.107", optional = true}
bincode = {version = "1.3.1", optional = true}
tskit-derive = {version = "0.2.0", path = "tskit-derive", optional = true}
mbox = "0.6.0"
Expand All @@ -34,7 +34,7 @@ anyhow = {version = "1.0.66"}
clap = {version = "~3.2.8", features = ["derive"]}
serde = {version = "1.0.188", features = ["derive"]}
serde-pickle = "1.1.0"
serde_json = {version = "1.0.67"}
serde_json = {version = "1.0.107"}
bincode = "1.3.1"
rand = "0.8.3"
rand_distr = "0.4.0"
Expand Down

0 comments on commit 4715177

Please sign in to comment.