Skip to content

Commit

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

---
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 and ssoudan committed Jul 2, 2024
1 parent a867a41 commit 1112a9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 sapiens_exp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rand = "0.8.5"
chrono = { version = "0.4.38", default-features = false, features = ["serde", "clock"] }

serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
serde_json = "1.0.120"
serde_yaml = "0.9.34"

rust-fsm = "0.6.2"
Expand Down
4 changes: 2 additions & 2 deletions sapiens_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ reqwest = { version = "0.12", features = ["json"], optional = true }

serde = { version = "1.0.203", features = ["derive"] }
serde_yaml = "0.9.34"
serde_json = { version = "1.0.118", optional = true }
serde_json = { version = "1.0.120", optional = true }

tracing = "0.1.40"

Expand All @@ -63,7 +63,7 @@ thiserror = "1.0.61"

[dev-dependencies]
indoc = "2"
serde_json = "1.0.118"
serde_json = "1.0.120"
insta = { version = "1.39.0", features = ["yaml"] }
tokio = { version = "1.38.0", features = ["macros"] }
pyo3-asyncio = { version = "0.20.0", features = [
Expand Down

0 comments on commit 1112a9f

Please sign in to comment.