Skip to content

Commit

Permalink
build(deps): update fake to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Nov 12, 2024
1 parent 7cad0d0 commit 13b0712
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ byteorder = "1.5.0"
bytes = "1.7.1"
cfb = "0.10.0"
encoding_rs = "0.8.34"
# As https://github.com/cksac/fake-rs/pull/197 has not been released, we
# use a git dependency.
fake = { git = "https://github.com/cksac/fake-rs.git", rev = "23a753a", features = ["derive"] }
fake = { version = "3.0.1", features = ["derive"] }
md2 = "0.10.2"
nom = "7.1.3"
serde = { version = "1.0.208", features = ["derive"] }
Expand Down

0 comments on commit 13b0712

Please sign in to comment.