Skip to content

Commit

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

build(deps): bump serde_with from 3.11.0 to 3.12.0
  • Loading branch information
fasmat authored Jan 2, 2025
2 parents 3d502bd + b7fc364 commit 4e48147
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 @@ -29,7 +29,7 @@ itertools = "0.13.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
bytemuck = "1.21.0"
serde_with = { version = "3.11.0", features = ["base64", "hex"] }
serde_with = { version = "3.12.0", features = ["base64", "hex"] }

scrypt-jane = { git = "https://github.com/spacemeshos/scrypt-jane-rs", branch = "main" }
blake3 = "1.5.5"
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.42", features = [
"time",
] }
post-rs = { path = "../" }
serde_with = { version = "3.11.0", features = ["base64", "hex"] }
serde_with = { version = "3.12.0", features = ["base64", "hex"] }
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
clap = { version = "4.5.23", features = ["derive", "env"] }
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion k2pow-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
post-rs = { path="../" }
clap = { version = "4.5.23", features = ["derive", "env"] }
serde_with = "3.11.0"
serde_with = "3.12.0"
serde = { version = "1.0.217", features = ["derive", "serde_derive"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
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.33.0"
axum = "0.7.9"
serde = { version = "1.0.217", features = ["derive"] }
range-set = "0.0.11"
serde_with = { version = "3.11.0", features = ["hex"] }
serde_with = { version = "3.12.0", features = ["hex"] }
serde_json = "1.0.134"
http = "1.2.0"

Expand Down

0 comments on commit 4e48147

Please sign in to comment.