diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-23 22:10:25 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-26 11:13:11 +0000 |
commit | 63e22e71f27d5ad26ffe48361abfc96090c97c28 (patch) | |
tree | 12ed81e6554d308bf754cf3f568e71a3fe7b08c6 /src/api/Cargo.toml | |
parent | f6eaf3661ce0117224b8a90fc80e2b790f12b9c2 (diff) | |
download | garage-63e22e71f27d5ad26ffe48361abfc96090c97c28.tar.gz garage-63e22e71f27d5ad26ffe48361abfc96090c97c28.zip |
api/Cargo.toml: Updated idna from 0.2 to 0.3.
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r-- | src/api/Cargo.toml | 2 |
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" |