Skip to content

Commit

Permalink
Merge pull request #454 from spacemeshos/dependabot/cargo/serde-1.0.216
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.215 to 1.0.216
  • Loading branch information
fasmat authored Dec 17, 2024
2 parents 805dd7d + af9fd4c commit 27b0052
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 @@ cipher = { version = "*", features = ["block-padding"] }
eyre = "0.6.12"
regex = "1.11.1"
itertools = "0.13.0"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
bytemuck = "1.20.0"
serde_with = { version = "3.11.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 @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
axum = "0.7.9"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
tokio = { version = "1.42", features = [
"rt-multi-thread",
"macros",
Expand Down
2 changes: 1 addition & 1 deletion k2pow-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
post-rs = { path="../" }
clap = { version = "4.5.23", features = ["derive", "env"] }
serde_with = "3.11.0"
serde = { version = "1.0.215", features = ["derive", "serde_derive"] }
serde = { version = "1.0.216", features = ["derive", "serde_derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
tracing-log = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion profiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libc = "0.2.168"
post-rs = { path = "../" }
rand = "0.8.5"
rayon = "1.10.0"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"

windows = { version = "0.58", features = [
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hex = "0.4.3"
mockall = "0.13.1"
sysinfo = "0.33.0"
axum = "0.7.9"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
range-set = "0.0.11"
serde_with = { version = "3.11.0", features = ["hex"] }
serde_json = "1.0.133"
Expand Down

0 comments on commit 27b0052

Please sign in to comment.