Skip to content

Commit

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

---
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 Sep 9, 2024
1 parent 9d18d7a commit 46fb248
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 @@ -52,7 +52,7 @@ prometheus = "0.13.4"
querystrong = "0.3.0"
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.127"
serde_json = "1.0.128"
serde_path_to_error = "0.1.16"
sha2 = "0.10.8"
subtle = "2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ time = { version = "0.3.36", features = [
"serde-well-known",
"local-offset",
] }
serde_json = "1.0.127"
serde_json = "1.0.128"
serde_yaml = "0.9.34"
env_logger = "0.11.5"
colored = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ base64 = "0.22.1"
email_address = "0.2.9"
prio = "0.16"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.127"
serde_json = "1.0.128"
thiserror = "1.0.63"
trillium-client = { version = "0.6.2", features = ["json"] }
trillium-http = "0.3.14"
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/lib.rs"
async-std = { version = "1", features = ["attributes", "tokio1"] }
clap = { version = "4.5.17", features = ["env", "derive"] }
sea-orm = "1.0.1"
serde_json = "1.0.127"
serde_json = "1.0.128"
thiserror = "1.0.63"
time = "0.3.36"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trillium-macros = "0.0.6"
trillium-testing = { version = "0.7.0", features = ["tokio"] }
divviup-api.workspace = true
serde = "1.0.210"
serde_json = "1.0.127"
serde_json = "1.0.128"
thiserror = "1.0.63"
tracing = "0.1.40"
tracing-log = "0.2.0"
Expand Down

0 comments on commit 46fb248

Please sign in to comment.