Skip to content

Commit 13b0712

Browse files
committed
build(deps): update fake to 3.0.1
1 parent 7cad0d0 commit 13b0712

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ byteorder = "1.5.0"
2020
bytes = "1.7.1"
2121
cfb = "0.10.0"
2222
encoding_rs = "0.8.34"
23-
# As https://github.com/cksac/fake-rs/pull/197 has not been released, we
24-
# use a git dependency.
25-
fake = { git = "https://github.com/cksac/fake-rs.git", rev = "23a753a", features = ["derive"] }
23+
fake = { version = "3.0.1", features = ["derive"] }
2624
md2 = "0.10.2"
2725
nom = "7.1.3"
2826
serde = { version = "1.0.208", features = ["derive"] }

0 commit comments

Comments
 (0)