aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrinity Pointard <trinity.pointard@gmail.com>2021-11-12 11:16:48 +0100
committerGitea <gitea@fake.local>2021-11-16 15:41:41 +0100
commitf0893b904d2cd9c5e7bedf5205272be5d0c01a33 (patch)
treee7c2f0660b5cde38b558bfaea1a8d763ab5bd9b8
parent396fe4c702eecbe3421cac57242ace78e366ed98 (diff)
downloadgarage-f0893b904d2cd9c5e7bedf5205272be5d0c01a33.tar.gz
garage-f0893b904d2cd9c5e7bedf5205272be5d0c01a33.zip
update cargo.nix
-rw-r--r--Cargo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.nix b/Cargo.nix
index f8b2c276..5307d1e2 100644
--- a/Cargo.nix
+++ b/Cargo.nix
@@ -660,6 +660,7 @@ in
http_range = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http-range."0.1.4" { inherit profileName; };
httpdate = rustPackages."registry+https://github.com/rust-lang/crates.io-index".httpdate."0.3.2" { inherit profileName; };
hyper = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hyper."0.14.13" { inherit profileName; };
+ idna = rustPackages."registry+https://github.com/rust-lang/crates.io-index".idna."0.2.3" { inherit profileName; };
log = rustPackages."registry+https://github.com/rust-lang/crates.io-index".log."0.4.14" { inherit profileName; };
md5 = rustPackages."registry+https://github.com/rust-lang/crates.io-index".md-5."0.9.1" { inherit profileName; };
percent_encoding = rustPackages."registry+https://github.com/rust-lang/crates.io-index".percent-encoding."2.1.0" { inherit profileName; };
@@ -788,7 +789,6 @@ in
garage_util = rustPackages."unknown".garage_util."0.4.0" { inherit profileName; };
http = rustPackages."registry+https://github.com/rust-lang/crates.io-index".http."0.2.5" { inherit profileName; };
hyper = rustPackages."registry+https://github.com/rust-lang/crates.io-index".hyper."0.14.13" { inherit profileName; };
- idna = rustPackages."registry+https://github.com/rust-lang/crates.io-index".idna."0.2.3" { inherit profileName; };
log = rustPackages."registry+https://github.com/rust-lang/crates.io-index".log."0.4.14" { inherit profileName; };
percent_encoding = rustPackages."registry+https://github.com/rust-lang/crates.io-index".percent-encoding."2.1.0" { inherit profileName; };
};