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

chore: update rand to 0.9

This commit is contained in:
Rob Ede
2025-02-24 03:28:04 +00:00
parent b12952f5cb
commit ad0c1b765e
4 changed files with 170 additions and 106 deletions

View File

@ -84,7 +84,7 @@ actix-codec = "0.5"
actix-cors = "0.7"
actix-files = "0.6"
actix-http = "3.5"
actix-identity = "0.7"
actix-identity = "0.8"
actix-multipart = "0.7"
actix-protobuf = "0.11"
actix-session = "0.10"
@ -93,7 +93,7 @@ actix-tls = "3.4"
actix-utils = "3"
actix-web = "4.9"
actix-web-actors = "4.1"
actix-web-lab = "0.22"
actix-web-lab = "0.23"
actix-ws = "0.3"
awc = "3.2"
@ -108,7 +108,7 @@ log = "0.4"
openssl = { version = "0.10.60", features = ["v110"] }
parking_lot = "0.12"
pin-project-lite = "0.2"
rand = "0.8"
rand = "0.9"
redis = { version = "0.27" }
reqwest = { version = "0.12", features = ["json", "stream"] }
rustls = "0.23"