Skip to content

Commit

Permalink
Bump serde_json from 1.0.135 to 1.0.138 (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 6ee955a commit b0cd74b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ futures-util = "0.3.31"
iggy = { path = "../sdk" }
rand = "0.8.5"
serde = { version = "1.0.217", features = ["derive", "rc"] }
serde_json = "1.0.135"
serde_json = "1.0.138"
tokio = { version = "1.43.0", features = ["full"] }
tracing = { version = "0.1.41" }
tracing-subscriber = { version = "0.3.19", features = ["fmt", "env-filter"] }
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ reqwest-middleware = { version = "0.4.0", features = ["json"] }
reqwest-retry = "0.7.0"
rustls = { version = "0.23.21", features = ["ring"] }
serde = { version = "1.0.217", features = ["derive", "rc"] }
serde_json = "1.0.135"
serde_json = "1.0.138"
serde_with = { version = "3.12.0", features = ["base64"] }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2.0.9"
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rust-s3 = { version = "0.35.1", features = ["default"] }
rustls = { version = "0.23.21" }
rustls-pemfile = "2.2.0"
serde = { version = "1.0.217", features = ["derive", "rc"] }
serde_json = "1.0.135"
serde_json = "1.0.138"
serde_with = { version = "3.12.0", features = ["base64", "macros"] }
static-toml = "1.3.0"
strip-ansi-escapes = "0.2.1"
Expand Down Expand Up @@ -101,7 +101,7 @@ mimalloc = { version = "0.1", features = ["override"] }

[build-dependencies]
figment = { version = "0.10.19", features = ["json", "toml", "env"] }
serde_json = "1.0.135"
serde_json = "1.0.138"
vergen-git2 = { version = "1.0.5", features = [
"build",
"cargo",
Expand Down

0 comments on commit b0cd74b

Please sign in to comment.