Skip to content

Commit

Permalink
Bump serde_json from 1.0.117 to 1.0.121
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.121.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.121)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 698831a commit 4e0ed8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 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 xnat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dotenv = "0.15.0"
tokio = "1.38.0"
log = "0.4.21"
flexi_logger = "0.28.4"
serde_json = "1.0.117"
serde_json = "1.0.121"
2 changes: 1 addition & 1 deletion xnat_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ log = "0.4.21"
oxinat_derive = { path = "../xnat_derive", version = "0.8.0" }
reqwest = { version = "0.12.5", features = ["cookies", "json"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.121"
thiserror = "1.0.60"
tokio = { version = "1.38.0", features = ["full"] }

0 comments on commit 4e0ed8b

Please sign in to comment.