1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

chore: update root deps

This commit is contained in:
Rob Ede
2024-01-30 23:44:35 +00:00
parent 474f423556
commit dc3de98d46
5 changed files with 40 additions and 45 deletions

View File

@ -77,16 +77,16 @@ rust-version = "1.72"
actix = "0.13"
actix-broker = "0.4"
actix-codec = "0.5"
actix-cors = "0.6"
actix-cors = "0.7"
actix-files = "0.6"
actix-http = "3.5"
actix-identity = "0.6"
actix-identity = "0.7"
actix-multipart = "0.6"
actix-multipart-derive = "0.6"
actix-protobuf = "0.10"
actix-session = "0.8"
actix-session = "0.9"
actix-test = "0.1"
actix-tls = "3.1.1"
actix-tls = "3.2"
actix-utils = "3"
actix-web = "4.4"
actix-web-actors = "4.1"
@ -97,7 +97,7 @@ awc = "3.2"
chrono = { version = "0.4.20", default-features = false, features = ["clock", "serde"] }
derive_more = "0.99.7"
dotenvy = "0.15"
env_logger = "0.10"
env_logger = "0.11"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
log = "0.4"
openssl = { version = "0.10.60", features = ["v110"] }