Compare commits

..

1 commit

Author SHA1 Message Date
28fcb06cdf chore(deps): update rust crate serde_with to 3.21.0 [security]
Some checks failed
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s
Validate / Check (push) Has been cancelled
Validate / Check-2 (push) Has been cancelled
Validate / Test Suite (push) Has been cancelled
Validate / Test Suite-2 (push) Has been cancelled
2026-07-16 06:52:26 +00:00

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]