Skip to content

Commit

Permalink
Merge pull request #294 from spacemeshos/dependabot/cargo/serde-1.0.204
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu authored Jul 9, 2024
2 parents 4ae93c5 + 8d8fac9 commit 8006115
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 @@ -25,7 +25,7 @@ cipher = { version = "*", features = ["block-padding"] }
eyre = "0.6.12"
regex = "1.10.5"
itertools = "0.13.0"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
bytemuck = "1.16.1"
serde_with = { version = "3.8.3", 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.5"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
tokio = { version = "1.38", features = [
"rt-multi-thread",
"macros",
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.155"
post-rs = { path = "../" }
rand = "0.8.5"
rayon = "1.10.0"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"

windows = { version = "0.57", 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.12.1"
sysinfo = "0.30.12"
axum = "0.7.5"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
range-set = "0.0.11"
serde_with = { version = "3.8.3", features = ["hex"] }
serde_json = "1.0.120"
Expand Down

0 comments on commit 8006115

Please sign in to comment.