From 127c90a45eedc81b864c0409271ba00401345087 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 11 Jun 2022 14:11:36 +0800 Subject: [PATCH] chore: update cargo dependencies version --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index baf985b..cd7c08e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,19 +25,19 @@ serde_json = "1" futures = "0.3" base64 = "0.13" async_zip = "0.0.7" -async-walkdir = "0.2.0" -headers = "0.3.7" -mime_guess = "2.0.4" -get_if_addrs = "0.5.3" +async-walkdir = "0.2" +headers = "0.3" +mime_guess = "2.0" +get_if_addrs = "0.5" rustls = { version = "0.20", default-features = false, features = ["tls12"] } rustls-pemfile = "1" -md5 = "0.7.0" -lazy_static = "1.4.0" -uuid = { version = "1.1.1", features = ["v4", "fast-rng"] } -urlencoding = "2.1.0" +md5 = "0.7" +lazy_static = "1.4" +uuid = { version = "1.1", features = ["v4", "fast-rng"] } +urlencoding = "2.1" xml-rs = "0.8" -env_logger = { version = "0.9.0", default-features = false, features = ["humantime"] } -log = "0.4.17" +env_logger = { version = "0.9", default-features = false, features = ["humantime"] } +log = "0.4" [profile.release] lto = true