diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-23 18:41:10 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-23 19:16:58 +0000 |
commit | 93c3f8fc8c9d849c26c2eccd551ddf1682e9494f (patch) | |
tree | 0a7efe4e733aa699179fadc1b32711cfb5fdaef6 /Cargo.lock | |
parent | 1c435fce099ad41b395b11a05bbd17609e54249b (diff) | |
download | garage-93c3f8fc8c9d849c26c2eccd551ddf1682e9494f.tar.gz garage-93c3f8fc8c9d849c26c2eccd551ddf1682e9494f.zip |
api/Cargo.toml: Updated url from 2.1 to 2.3.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4023,13 +4023,12 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "url" -version = "2.2.2" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" +checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3" dependencies = [ "form_urlencoded", "idna", - "matches", "percent-encoding", ] |