Skip to content

Commit ba9be9a

Browse files
authored
Disable unused serde_with feature (#1492)
1 parent 6991ecf commit ba9be9a

File tree

2 files changed

+6
-85
lines changed

2 files changed

+6
-85
lines changed

Cargo.lock

Lines changed: 5 additions & 84 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
@@ -107,7 +107,7 @@ pkcs8 = { version = "0.10.2", features = ["encryption", "pkcs5"], optional = tru
107107
rand = { version = "0.8.3", features = ["small_rng"] }
108108
rayon = { version = "1.5.3", optional = true }
109109
rustc_version_runtime = "0.3.0"
110-
serde_with = "3.8.1"
110+
serde_with = { version = "3.8.1", default-features = false, features = ["macros"] }
111111
sha1 = "0.10.0"
112112
sha2 = "0.10.2"
113113
snap = { version = "1.0.5", optional = true }

0 commit comments

Comments
 (0)