Compare commits

...

2 Commits

Author SHA1 Message Date
Brian Hicks
8c46530ec9
Merge pull request #50 from BrianHicks/dependabot/cargo/serde_json-1.0.132
Bump serde_json from 1.0.128 to 1.0.132
2024-10-21 20:56:42 -05:00
dependabot[bot]
2654724c8d
Bump serde_json from 1.0.128 to 1.0.132
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.132.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/1.0.128...1.0.132)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 23:59:56 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -675,9 +675,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.128"
version = "1.0.132"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
dependencies = [
"itoa",
"memchr",

View File

@ -13,7 +13,7 @@ color-eyre = { version = "0.6.3", default_features = false }
eyre = "0.6.12"
jtd = "0.3.1"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.132"
serde_yaml = "0.9.34"
tracing = "0.1.40"