Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.116 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.116 to 1.0.121.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.121)

---
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 Jul 29, 2024
1 parent 666884c commit 9e47289
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ futures-channel = "0.3.26"
futures-util = "0.3.26"
prost = "0.12.4"
prost-types = "0.12.3"
serde_json = "1.0.115"
serde_json = "1.0.121"
serde = { version = "1.0.197", features = ["derive"] }
tokio = {version="1.36.0", features = ["full"]}
base64 = "0.22.0"
Expand Down
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tracing = "0.1.40"
tracing-futures = "0.2.5"

# goval-ident features
serde_json = { version = "1.0.116", optional = true }
serde_json = { version = "1.0.121", optional = true }

[lib]
name = "services"
Expand Down

0 comments on commit 9e47289

Please sign in to comment.