Skip to content

Commit

Permalink
Merge pull request #289 from spacemeshos/dependabot/cargo/serde_with-…
Browse files Browse the repository at this point in the history
…3.8.2

Bump serde_with from 3.8.1 to 3.8.2
  • Loading branch information
fasmat authored Jul 1, 2024
2 parents 1ed21c6 + 6ce998e commit 89890ed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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.117"
bytemuck = "1.16.1"
serde_with = { version = "3.8.1", features = ["base64", "hex"] }
serde_with = { version = "3.8.2", 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.1", features = ["base64", "hex"] }
serde_with = { version = "3.8.2", features = ["base64", "hex"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
clap = { version = "4.5.7", 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.1", features = ["hex"] }
serde_with = { version = "3.8.2", features = ["hex"] }
serde_json = "1.0.117"

[build-dependencies]
Expand Down

0 comments on commit 89890ed

Please sign in to comment.