Skip to content

Commit

Permalink
Merge pull request #297 from spacemeshos/dependabot/cargo/serde_with-…
Browse files Browse the repository at this point in the history
…3.8.3
  • Loading branch information
poszu authored Jul 9, 2024
2 parents 5e5f325 + 38f8a81 commit 7c362a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 @@ -28,7 +28,7 @@ itertools = "0.13.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.120"
bytemuck = "1.16.1"
serde_with = { version = "3.8.2", features = ["base64", "hex"] }
serde_with = { version = "3.8.3", features = ["base64", "hex"] }

scrypt-jane = { git = "https://github.com/spacemeshos/scrypt-jane-rs", branch = "main" }
blake3 = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = { version = "1.38", features = [
"time",
] }
post-rs = { path = "../" }
serde_with = { version = "3.8.2", features = ["base64", "hex"] }
serde_with = { version = "3.8.3", features = ["base64", "hex"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
clap = { version = "4.5.8", features = ["derive", "env"] }
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sysinfo = "0.30.12"
axum = "0.7.5"
serde = { version = "1.0.203", features = ["derive"] }
range-set = "0.0.11"
serde_with = { version = "3.8.2", features = ["hex"] }
serde_with = { version = "3.8.3", features = ["hex"] }
serde_json = "1.0.120"

[build-dependencies]
Expand Down

0 comments on commit 7c362a9

Please sign in to comment.