1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-22 13:29:21 +00:00

Update Cargo.lock

This commit is contained in:
Pierre HUBERT 2022-08-04 13:32:09 +02:00
parent 04a8953536
commit 4efb63fb32
2 changed files with 25 additions and 25 deletions

4
Cargo.lock generated
View File

@ -2000,9 +2000,9 @@ checksum = "e4eaa3a228dc218005d769b88ce3a0310f49152f2029125289e94c49474c9cc4"
[[package]] [[package]]
name = "mp4" name = "mp4"
version = "0.11.0" version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "964d6a17a5a1c6f68d61604bde345fa4ca27f3b14ee2d6e8302fbe51c59ff416" checksum = "3b3f2d2c1de60843b72f18e2cc79c3529791e109747737e65d547540482c10e8"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"bytes", "bytes",

View File

@ -8,39 +8,39 @@ edition = "2018"
[dependencies] [dependencies]
yaml-rust = "0.4.5" yaml-rust = "0.4.5"
mysql = "22.1.0" mysql = "22.2.0"
actix = "0.13.0" actix = "0.13.0"
actix-web = "4.0.1" actix-web = "4.1.0"
actix-files = "0.6.0" actix-files = "0.6.2"
actix-multipart = "0.4.0" actix-multipart = "0.4.0"
actix-web-actors = "4.1.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 = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.62" serde_json = "1.0.82"
futures = "0.3.12" futures = "0.3.21"
encoding_rs = "0.8.28" encoding_rs = "0.8.31"
percent-encoding = "2.1.0" percent-encoding = "2.1.0"
mailchecker = "4.0.3" mailchecker = "4.1.19"
sha1 = "0.10.1" sha1 = "0.10.1"
rand = "0.8.3" rand = "0.8.5"
chrono = "0.4.19" chrono = "0.4.19"
bytes = "1.0.1" bytes = "1.2.1"
image = "0.24.1" image = "0.24.3"
kamadak-exif = "0.5.3" kamadak-exif = "0.5.4"
lazy_static = "1.4.0" lazy_static = "1.4.0"
mime_guess = "2.0.3" mime_guess = "2.0.4"
pdf = "0.7.1" pdf = "0.7.2"
regex = "1.4.3" regex = "1.6.0"
dashmap = "5.1.0" dashmap = "5.3.4"
reqwest = { version = "0.11.1", features = ["json"] } reqwest = { version = "0.11.11", features = ["json"] }
webrtc-sdp = "0.3.8" webrtc-sdp = "0.3.9"
bcrypt = "0.13.0" bcrypt = "0.13.0"
mp3-metadata = "0.3.3" mp3-metadata = "0.3.4"
mp4 = "0.11.0" mp4 = "0.12.0"
zip = "0.6.2" zip = "0.6.2"
webpage = "1.2.0" webpage = "1.4.0"
gouth = "0.2.0" gouth = "0.2.1"
webauthn-rs = "0.3.2" webauthn-rs = "0.3.2"
url = "2.2.2" url = "2.2.2"
async-recursion = "1.0.0" async-recursion = "1.0.0"
tokio = { version = "1.17.0", features = ["rt-multi-thread"] } tokio = { version = "1.20.1", features = ["rt-multi-thread"] }