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] committed Sep 13, 2024
1 parent 228afc3 commit a6a7450
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ futures-util = "0.3.30"
iggy = { path = "../sdk" }
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_json = "1.0.127"
serde_json = "1.0.128"
tokio = { version = "1.40.0", features = ["full"] }
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.16" }
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ reqwest-middleware = { version = "0.3.2", features = ["json"] }
reqwest-retry = "0.6.1"
rustls = { version = "0.23.10", features = ["ring"] }
serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_json = "1.0.127"
serde_json = "1.0.128"
serde_with = { version = "3.8.1", features = ["base64"] }
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.61"
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rust-s3 = { version = "0.34.0", features = ["default"] }
rustls = { version = "0.23.10" }
rustls-pemfile = "2.1.2"
serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_json = "1.0.127"
serde_json = "1.0.128"
serde_with = { version = "3.8.1", features = ["base64", "macros"] }
sled = "0.34.7"
static-toml = "1.2.0"
Expand Down Expand Up @@ -71,7 +71,7 @@ tikv-jemallocator = { version = "0.6", optional = true }

[build-dependencies]
figment = { version = "0.10.18", features = ["json", "toml", "env"] }
serde_json = "1.0.127"
serde_json = "1.0.128"
vergen-git2 = { version = "1.0.0", features = ["build",
"cargo",
"rustc",
Expand Down

0 comments on commit a6a7450

Please sign in to comment.