Skip to content

Commit

Permalink
Merge pull request #65 from eopb/push-nkxzqqxrusmx
Browse files Browse the repository at this point in the history
fix: repeat versions in dev-dependencies
  • Loading branch information
eopb authored May 11, 2024
2 parents 9c632f6 + 566f606 commit 50dbf86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ zeroize = { version = "1.7", optional = true, default-features = false }

[dev-dependencies]
redact = { features = ["serde", "fake", "zeroize"], path = "." }
fake = { features = ["derive"] }
serde = { features = ["derive"] }
fake = { version = "2.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
zeroize = { features = ["std"] }
zeroize = { version = "1.7", features = ["std"] }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 50dbf86

Please sign in to comment.