Skip to content

Commit

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

---
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 and tdittr committed Aug 15, 2024
1 parent 9f8f6e9 commit 7dbc015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.70"
serde = { version = "1.0.207", features = ["derive"] }
serde_json = "1.0.95"
serde_json = "1.0.125"
tokio = { version = "1.27.0", features = ["full"] }
tokio-stream = { version = "0.1.12", features = ["sync"] }

0 comments on commit 7dbc015

Please sign in to comment.