Update backend dependencies
This commit is contained in:
parent
c787f6e7a1
commit
207acf0802
641
virtweb_backend/Cargo.lock
generated
641
virtweb_backend/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,8 +7,8 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4.19"
|
log = "0.4.19"
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.1"
|
||||||
clap = { version = "4.4.6", features = ["derive", "env"] }
|
clap = { version = "4.4.10", features = ["derive", "env"] }
|
||||||
light-openid = { version = "1.0.1", features = ["crypto-wrapper"] }
|
light-openid = { version = "1.0.1", features = ["crypto-wrapper"] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
actix = "0.13.1"
|
actix = "0.13.1"
|
||||||
@ -20,26 +20,26 @@ actix-cors = "0.6.4"
|
|||||||
actix-files = "0.6.2"
|
actix-files = "0.6.2"
|
||||||
actix-web-actors = "4.2.0"
|
actix-web-actors = "4.2.0"
|
||||||
actix-http = "3.4.0"
|
actix-http = "3.4.0"
|
||||||
serde = { version = "1.0.189", features = ["derive"] }
|
serde = { version = "1.0.193", features = ["derive"] }
|
||||||
serde_json = "1.0.107"
|
serde_json = "1.0.108"
|
||||||
serde-xml-rs = "0.6.0"
|
serde-xml-rs = "0.6.0"
|
||||||
futures-util = "0.3.28"
|
futures-util = "0.3.28"
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
actix-multipart = "0.6.1"
|
actix-multipart = "0.6.1"
|
||||||
tempfile = "3.8.0"
|
tempfile = "3.8.1"
|
||||||
reqwest = { version = "0.11.22", features = ["stream"] }
|
reqwest = { version = "0.11.22", features = ["stream"] }
|
||||||
url = "2.4.0"
|
url = "2.5.0"
|
||||||
virt = "0.3.1"
|
virt = "0.3.1"
|
||||||
sysinfo = { version = "0.29.10", features = ["serde"] }
|
sysinfo = { version = "0.29.11", features = ["serde"] }
|
||||||
uuid = { version = "1.4.1", features = ["v4", "serde"] }
|
uuid = { version = "1.6.1", features = ["v4", "serde"] }
|
||||||
lazy-regex = "3.0.2"
|
lazy-regex = "3.1.0"
|
||||||
thiserror = "1.0.49"
|
thiserror = "1.0.50"
|
||||||
image = "0.24.7"
|
image = "0.24.7"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
bytes = "1.5.0"
|
bytes = "1.5.0"
|
||||||
tokio = "1.32.0"
|
tokio = "1.34.0"
|
||||||
futures = "0.3.28"
|
futures = "0.3.29"
|
||||||
ipnetwork = "0.20.0"
|
ipnetwork = "0.20.0"
|
||||||
num = "0.4.1"
|
num = "0.4.1"
|
||||||
rust-embed = { version = "8.0.0", features = ["actix"] }
|
rust-embed = { version = "8.0.0", features = ["actix"] }
|
||||||
mime_guess = "2.0.4"
|
mime_guess = "2.0.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user