Skip to content

Commit

Permalink
Slim up serde dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rminderhoud committed Sep 9, 2023
1 parent d70f306 commit 46ff8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ constant_time_eq = "0.3.0"
cfg-if = "1.0.0"
digest = { version = "0.10.1", features = [ "mac" ], optional = true }
rayon = { version = "1.2.1", optional = true }
serde = { version = "1.0", optional = true }
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
zeroize_crate = { package = "zeroize", version = "1", default-features = false, features = ["zeroize_derive"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 46ff8bf

Please sign in to comment.