Skip to content

Commit

Permalink
Merge pull request #355 from spacemeshos/dependabot/cargo/serde_json-…
Browse files Browse the repository at this point in the history
…1.0.128

Bump serde_json from 1.0.124 to 1.0.128
  • Loading branch information
fasmat authored Sep 10, 2024
2 parents 98e0e2e + ff11ff8 commit 9cbb563
Show file tree
Hide file tree
Showing 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ eyre = "0.6.12"
regex = "1.10.6"
itertools = "0.13.0"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.124"
serde_json = "1.0.128"
bytemuck = "1.17.0"
serde_with = { version = "3.9.0", features = ["base64", "hex"] }

Expand Down
2 changes: 1 addition & 1 deletion certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tracing = { version = "0.1.40", features = ["log"] }
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
rand = "0.8.5"
serde_json = "1.0.124"
serde_json = "1.0.128"
base64 = "0.22.1"
axum-prometheus = "0.7.0"
tower = { version = "0.5.0", features = ["limit", "load-shed", "buffer"] }
Expand Down
2 changes: 1 addition & 1 deletion profiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ post-rs = { path = "../" }
rand = "0.8.5"
rayon = "1.10.0"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.124"
serde_json = "1.0.128"

windows = { version = "0.58", features = [
"Win32_Foundation",
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ axum = "0.7.5"
serde = { version = "1.0.209", features = ["derive"] }
range-set = "0.0.11"
serde_with = { version = "3.9.0", features = ["hex"] }
serde_json = "1.0.124"
serde_json = "1.0.128"

[build-dependencies]
tonic-build = "0.12.2"
Expand Down

0 comments on commit 9cbb563

Please sign in to comment.