Skip to content

Commit

Permalink
Merge pull request #57 from eopb/push-qzzytslrnuqn
Browse files Browse the repository at this point in the history
refactor: stop repeating versions in dev-dependencies
  • Loading branch information
eopb authored Mar 23, 2024
2 parents 917558a + fb4aa33 commit 8e6ec68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ serde = { version = "1.0", optional = true, default-features = false }

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

[package.metadata.docs.rs]
Expand Down

0 comments on commit 8e6ec68

Please sign in to comment.