summaryrefslogtreecommitdiffstats
path: root/server/Cargo.lock
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2020-04-08 14:37:05 +0200
committerFelix Ableitner <me@nutomic.com>2020-04-08 14:37:05 +0200
commit6962b9c43353e9fc5953ccdcfbe8f68efb3db04f (patch)
tree6d741ca863d09a352af7612aa7112e4ccbb0f60d /server/Cargo.lock
parentedd0ef5991689c55ac3a88462836dc0213093f46 (diff)
Use Url instead of String
Diffstat (limited to 'server/Cargo.lock')
-rw-r--r--server/Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.lock b/server/Cargo.lock
index 9cef0b2c..b17f4d60 100644
--- a/server/Cargo.lock
+++ b/server/Cargo.lock
@@ -2743,6 +2743,7 @@ dependencies = [
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]