Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Mar 14, 2024
1 parent 4a6bcf3 commit 57bb6d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -25,4 +26,4 @@ futures = "0.3"
rsa = "0.9"
rand_chacha = "0.3"
base64 = "0.13.0"
tempfile = "3.2"
tempfile = "3.2"

0 comments on commit 57bb6d3

Please sign in to comment.