aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2023-01-23 22:10:25 +0000
committerJonathan Davies <jpds@protonmail.com>2023-01-26 11:13:11 +0000
commit63e22e71f27d5ad26ffe48361abfc96090c97c28 (patch)
tree12ed81e6554d308bf754cf3f568e71a3fe7b08c6 /src
parentf6eaf3661ce0117224b8a90fc80e2b790f12b9c2 (diff)
downloadgarage-63e22e71f27d5ad26ffe48361abfc96090c97c28.tar.gz
garage-63e22e71f27d5ad26ffe48361abfc96090c97c28.zip
api/Cargo.toml: Updated idna from 0.2 to 0.3.
Diffstat (limited to 'src')
-rw-r--r--src/api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml
index cf6dc909..2ea7e4cf 100644
--- a/src/api/Cargo.toml
+++ b/src/api/Cargo.toml
@@ -28,7 +28,7 @@ crypto-common = "0.1"
err-derive = "0.3"
hex = "0.4"
hmac = "0.12"
-idna = "0.2"
+idna = "0.3"
tracing = "0.1.30"
md-5 = "0.10"
nom = "7.1"