Skip to content

Commit

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

---
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 Dec 23, 2024
1 parent 43b1037 commit bca21ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -26,7 +26,7 @@ tokio = { version = "1.38", features = ["full"] }
reqwest = { version = "0.11.27", default-features = false, features = ["json", "rustls-tls"] }
thiserror = "1.0.64"
serde_yaml = "0.9.33"
serde_json = "1.0.129"
serde_json = "1.0.134"
chrono = { version = "0.4.38", features = ["clock", "serde"], default-features = false }
futures = "0.3.30"
sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono"] }
Expand Down

0 comments on commit bca21ea

Please sign in to comment.