diff --git a/Cargo.lock b/Cargo.lock index 64b2576..3ca5476 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,9 +172,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "blake3" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87" +checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" dependencies = [ "arrayref", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index f500c73..9f72708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ memory-store = [] [dependencies] async-trait = "0.1.74" rand = "0.8.5" -blake3 = "1.5.0" +blake3 = "1.5.1" tracing = "0.1.40" thiserror = "1.0.50" secure-string = "0.3.0"