Skip to content

Commit

Permalink
Bump serde_json from 1.0.125 to 1.0.127 (#1207)
Browse files Browse the repository at this point in the history
Bumps serde_json from 1.0.125 to 1.0.127.
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent c128b0b commit b0307e5
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.209", features = ["derive", "rc"] }
serde_json = "1.0.117"
serde_json = "1.0.127"
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 @@ -48,7 +48,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.209", features = ["derive", "rc"] }
serde_json = "1.0.117"
serde_json = "1.0.127"
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 @@ -42,7 +42,7 @@ rust-s3 = { version = "0.34.0", features = ["default"] }
rustls = { version = "0.23.10" }
rustls-pemfile = "2.1.2"
serde = { version = "1.0.209", features = ["derive", "rc"] }
serde_json = "1.0.117"
serde_json = "1.0.127"
serde_with = { version = "3.8.1", features = ["base64", "macros"] }
sled = "0.34.7"
static-toml = "1.2.0"
Expand Down Expand Up @@ -70,7 +70,7 @@ tikv-jemallocator = { version = "0.6", optional = true }

[build-dependencies]
figment = { version = "0.10.18", features = ["json", "toml", "env"] }
serde_json = "1.0.117"
serde_json = "1.0.127"
vergen = { version = "8.3.1", features = [
"build",
"cargo",
Expand Down

0 comments on commit b0307e5

Please sign in to comment.