summary refs log tree commit diff
path: root/ripple/fossil/Cargo.toml
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-04-19 13:36:51 +0000
committeredef <edef@unfathomable.blue>2022-04-19 13:36:51 +0000
commit6a51ad1041f0a5639fc7b0b6e39a04642d5a3c2e (patch)
treef04b691a5a26913638024ae2a328cf38bf302e27 /ripple/fossil/Cargo.toml
parent7831d9e831c923bf4577da714b220948e4295d34 (diff)
ripple: upgrade blake3 (0.3.8 -> 1.3.1)
Change-Id: I75f2e0ff57e09b026fd1aaaeb86b041ddb8238f4
Diffstat (limited to 'ripple/fossil/Cargo.toml')
-rw-r--r--ripple/fossil/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripple/fossil/Cargo.toml b/ripple/fossil/Cargo.toml
index 0b8838b..70554ea 100644
--- a/ripple/fossil/Cargo.toml
+++ b/ripple/fossil/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
 [dependencies]
 prost = "0.8.0"
 bytes = "1.0.1"
-blake3 = { version = "0.3.8", features = ["rayon"] }
+blake3 = { version = "1.3.1", features = ["rayon"] }
 sled = "0.34.6"
 byteorder = "1.4.3"
 fuser = "0.11.0"