Skip to content

Commit

Permalink
Merge pull request #247 from spacemeshos/dependabot/cargo/serde_json-…
Browse files Browse the repository at this point in the history
…1.0.116
  • Loading branch information
poszu authored Apr 24, 2024
2 parents cfb8536 + 05b1a60 commit 61355ba
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.4"
itertools = "0.12.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
bytemuck = "1.14.3"
serde_with = { version = "3.4.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.115"
serde_json = "1.0.116"
base64 = "0.22.0"
axum-prometheus = "0.6.1"
tower = { version = "0.4.13", features = ["limit"] }
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.198", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"

windows = { version = "0.56", 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 @@ -29,7 +29,7 @@ axum = "0.7.5"
serde = { version = "1.0.198", features = ["derive"] }
range-set = "0.0.11"
serde_with = { version = "3.6.1", features = ["hex"] }
serde_json = "1.0.115"
serde_json = "1.0.116"

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

0 comments on commit 61355ba

Please sign in to comment.