chore(deps): update rust crate serde_with to 3.21.0 [security]
Some checks failed
Validate / Check (push) Waiting to run
Validate / Check-2 (push) Waiting to run
Validate / Test Suite (push) Waiting to run
Validate / Test Suite-2 (push) Waiting to run
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s

This commit is contained in:
Renovate Bot 2026-07-16 06:52:26 +00:00
parent f36077e8d8
commit 28fcb06cdf

View file

@ -19,7 +19,7 @@ pallas-primitives = { version = "=0.32.1", path = "../pallas-primitives" }
serde = { version = "1.0.136", optional = true, features = ["derive"] }
serde_json = { version = "1.0.79", optional = true }
base64 = "0.22.0"
serde_with = "3.7.0"
serde_with = "3.21.0"
num-rational = "0.4.1"
[features]