aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2020-11-22 15:29:02 +0100
committerAlex <alex@adnab.me>2020-11-22 15:29:02 +0100
commitba1f8060fe88e9eef97757d33bcc0972a2e327d9 (patch)
treea9a0c9483c5db4ee826ed6ca64c5eb283c73a28f /Cargo.lock
parentb3814b15ccc233d7c4233b43816cce20db278f17 (diff)
parent17dc610f8a2e8e8d15b427d0c4f38dca498f798f (diff)
downloadgarage-ba1f8060fe88e9eef97757d33bcc0972a2e327d9.tar.gz
garage-ba1f8060fe88e9eef97757d33bcc0972a2e327d9.zip
Merge pull request 'Fix checksum handling' (#21) from bug/checksums into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/21
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 330b50fc..a7cf8b56 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -60,6 +60,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
[[package]]
+name = "base64"
+version = "0.13.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
+
+[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -436,6 +442,7 @@ dependencies = [
name = "garage_api"
version = "0.1.1"
dependencies = [
+ "base64 0.13.0",
"bytes 0.4.12",
"chrono",
"crypto-mac",
@@ -1378,7 +1385,7 @@ version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
dependencies = [
- "base64",
+ "base64 0.11.0",
"log",
"ring",
"sct",