Merge branch 'master' into renovate/anyhow-1.x
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-04-17 05:57:32 +00:00
2 changed files with 9 additions and 9 deletions

View File

@ -21,7 +21,7 @@ actix-files = "0.6.5"
actix-web-actors = "4.3.0"
actix-http = "3.6.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
quick-xml = { version = "0.31.0", features = ["serialize", "overlapped-lists"] }
futures-util = "0.3.30"
anyhow = "1.0.82"
@ -30,7 +30,7 @@ tempfile = "3.10.1"
reqwest = { version = "0.12.3", features = ["stream"] }
url = "2.5.0"
virt = "0.3.1"
sysinfo = { version = "0.30.9", features = ["serde"] }
sysinfo = { version = "0.30.10", features = ["serde"] }
uuid = { version = "1.8.0", features = ["v4", "serde"] }
lazy-regex = "3.1.0"
thiserror = "1.0.58"
@ -40,7 +40,7 @@ bytes = "1.6.0"
tokio = "1.37.0"
futures = "0.3.30"
ipnetwork = "0.20.0"
num = "0.4.1"
num = "0.4.2"
rust-embed = { version = "8.3.0" }
mime_guess = "2.0.4"
dotenvy = "0.15.7"