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

Update dependencies

This commit is contained in:
Pierre HUBERT 2021-02-19 16:44:50 +01:00
parent a17f5e39f7
commit 243351cae2
2 changed files with 605 additions and 582 deletions

1141
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,30 +7,30 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
yaml-rust = "0.4.3" yaml-rust = "0.4.5"
mysql = "18.2.0" mysql = "20.1.0"
actix = "0.9.0" actix = "0.10.0"
actix-web = "2.0.0" actix-web = "3.3.2"
actix-rt = "1.1.1" actix-rt = "2.0.2"
actix-multipart = "0.2.0" actix-multipart = "0.3.0"
actix-web-actors = "2.0.0" actix-web-actors = "3.0.0"
serde = { version = "1.0.110", features = ["derive"] } serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.53" serde_json = "1.0.62"
futures = "0.3.5" futures = "0.3.12"
encoding_rs = "0.8.23" encoding_rs = "0.8.28"
percent-encoding = "2.1.0" percent-encoding = "2.1.0"
mailchecker = "3.3.6" mailchecker = "4.0.3"
sha1 = "0.6.0" sha1 = "0.6.0"
rand = "0.7.3" rand = "0.8.3"
chrono = "0.4.11" chrono = "0.4.19"
bytes = "0.5.4" bytes = "1.0.1"
image = "0.23.5" image = "0.23.13"
kamadak-exif = "0.5.1" kamadak-exif = "0.5.3"
lazy_static = "1.4.0" lazy_static = "1.4.0"
mime_guess = "2.0.3" mime_guess = "2.0.3"
pdf = "0.6.3" pdf = "0.7.1"
regex = "1.4.2" regex = "1.4.3"
dashmap = "3.11.10" dashmap = "4.0.2"
reqwest = { version = "0.10.6", features = ["json", "blocking"] } reqwest = { version = "0.11.1", features = ["json", "blocking"] }
webrtc-sdp = "0.3.6" webrtc-sdp = "0.3.8"
bcrypt = "0.8.0" bcrypt = "0.9.0"