diff --git a/Cargo.toml b/Cargo.toml
index 7de5623..e7b5326 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,8 @@ edition = "2021"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-wnfs = { git = "https://github.com/wnfs-wg/rs-wnfs.git", branch = "main" }
+wnfs = { git = "https://github.com/wnfs-wg/rs-wnfs.git", rev = "17c14c4284800ea296bd0f28bb6349b1fea0f390" }
+# Need to implement a put_block_keyed method for datastore after this commit which is required for rs-car-mirror
 bytes = "1.4.0"
 chrono = "0.4.22"
 crc32fast = "1.3.2"
@@ -25,4 +26,4 @@ futures = "0.3"
 rsa = "0.9"
 rand_chacha = "0.3"
 base64 = "0.13.0"
-tempfile = "3.2"
\ No newline at end of file
+tempfile = "3.2"