Skip to content

Commit

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

---
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 adamperkowski committed Feb 3, 2025
1 parent ce370ac commit b0dfd24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ futures = { version = "0.3.31", optional = true }
regex = { version = "1.11.1", optional = true }
reqwest = { version = "0.12.11", features = ["__tls", "charset", "default-tls", "h2", "http2", "json"], default-features = false }
serde = { version = "1.0.217", features = ["derive"], default-features = false }
serde_json = "1.0.137"
serde_json = "1.0.138"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["full"] }
toml = { version = "0.8.19", features = ["parse", "display"], default-features = false }
Expand Down

0 comments on commit b0dfd24

Please sign in to comment.