Skip to content

Commit 09098bd

Browse files
Update Rust crate serde_with to 3.14.0 (#8443)
1 parent 86fafc9 commit 09098bd

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ serde_human_bytes = { git = "https://github.com/oxidecomputer/serde_human_bytes"
663663
serde_json = "1.0.140"
664664
serde_tokenstream = "0.2"
665665
serde_urlencoded = "0.7.1"
666-
serde_with = "3.12.0"
666+
serde_with = { version = "3.14.0", default-features = false, features = ["alloc", "macros"] }
667667
sha2 = "0.10.9"
668668
sha3 = "0.10.8"
669669
shell-words = "1.1.0"

0 commit comments

Comments
 (0)