From 13b0712c282172e8740f8a48d01ea256d251d64f Mon Sep 17 00:00:00 2001 From: Francis De Brabandere Date: Tue, 12 Nov 2024 09:27:54 +0100 Subject: [PATCH] build(deps): update fake to 3.0.1 --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bbed18c..e444291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }