From 4efb63fb327cfb402d855fd4ba9366f280e9041c Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 4 Aug 2022 13:32:09 +0200 Subject: [PATCH] Update Cargo.lock --- Cargo.lock | 4 ++-- Cargo.toml | 46 +++++++++++++++++++++++----------------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d7becc..85f3bb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,9 +2000,9 @@ checksum = "e4eaa3a228dc218005d769b88ce3a0310f49152f2029125289e94c49474c9cc4" [[package]] name = "mp4" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "964d6a17a5a1c6f68d61604bde345fa4ca27f3b14ee2d6e8302fbe51c59ff416" +checksum = "3b3f2d2c1de60843b72f18e2cc79c3529791e109747737e65d547540482c10e8" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 307316c..b9d0ca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,39 +8,39 @@ edition = "2018" [dependencies] yaml-rust = "0.4.5" -mysql = "22.1.0" +mysql = "22.2.0" actix = "0.13.0" -actix-web = "4.0.1" -actix-files = "0.6.0" +actix-web = "4.1.0" +actix-files = "0.6.2" actix-multipart = "0.4.0" actix-web-actors = "4.1.0" -actix-http = "3.0.2" +actix-http = "3.0.4" serde = { version = "1.0.123", features = ["derive"] } -serde_json = "1.0.62" -futures = "0.3.12" -encoding_rs = "0.8.28" +serde_json = "1.0.82" +futures = "0.3.21" +encoding_rs = "0.8.31" percent-encoding = "2.1.0" -mailchecker = "4.0.3" +mailchecker = "4.1.19" sha1 = "0.10.1" -rand = "0.8.3" +rand = "0.8.5" chrono = "0.4.19" -bytes = "1.0.1" -image = "0.24.1" -kamadak-exif = "0.5.3" +bytes = "1.2.1" +image = "0.24.3" +kamadak-exif = "0.5.4" lazy_static = "1.4.0" -mime_guess = "2.0.3" -pdf = "0.7.1" -regex = "1.4.3" -dashmap = "5.1.0" -reqwest = { version = "0.11.1", features = ["json"] } -webrtc-sdp = "0.3.8" +mime_guess = "2.0.4" +pdf = "0.7.2" +regex = "1.6.0" +dashmap = "5.3.4" +reqwest = { version = "0.11.11", features = ["json"] } +webrtc-sdp = "0.3.9" bcrypt = "0.13.0" -mp3-metadata = "0.3.3" -mp4 = "0.11.0" +mp3-metadata = "0.3.4" +mp4 = "0.12.0" zip = "0.6.2" -webpage = "1.2.0" -gouth = "0.2.0" +webpage = "1.4.0" +gouth = "0.2.1" webauthn-rs = "0.3.2" url = "2.2.2" async-recursion = "1.0.0" -tokio = { version = "1.17.0", features = ["rt-multi-thread"] } \ No newline at end of file +tokio = { version = "1.20.1", features = ["rt-multi-thread"] } \ No newline at end of file