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:
@ -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"
|
||||
|
Reference in New Issue
Block a user