5 Commits

Author SHA1 Message Date
e18066effa Update dependency @mui/x-charts to ^8.10.1
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-08-19 00:32:31 +00:00
0c12822567 Merge pull request 'Update Rust crate thiserror to 2.0.15' (#391) from renovate/thiserror-2.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2025-08-18 00:31:11 +00:00
38f0ac840b Merge pull request 'Update Rust crate reqwest to 0.12.23' (#390) from renovate/reqwest-0.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2025-08-18 00:31:11 +00:00
8db4fd740d Update Rust crate thiserror to 2.0.15
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-08-17 00:32:46 +00:00
456ab796b3 Update Rust crate reqwest to 0.12.23
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-08-17 00:32:43 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -2949,9 +2949,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "reqwest"
version = "0.12.22"
version = "0.12.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
dependencies = [
"base64 0.22.1",
"bytes",
@@ -3342,7 +3342,7 @@ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
dependencies = [
"num-bigint",
"num-traits",
"thiserror 2.0.12",
"thiserror 2.0.15",
"time",
]
@@ -3519,11 +3519,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.12"
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850"
dependencies = [
"thiserror-impl 2.0.12",
"thiserror-impl 2.0.15",
]
[[package]]
@@ -3539,9 +3539,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.12"
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0"
dependencies = [
"proc-macro2",
"quote",
@@ -3969,7 +3969,7 @@ dependencies = [
"serde_yml",
"sysinfo",
"tempfile",
"thiserror 2.0.12",
"thiserror 2.0.15",
"tokio",
"url",
"uuid",

View File

@@ -28,13 +28,13 @@ futures-util = "0.3.31"
anyhow = "1.0.99"
actix-multipart = "0.7.2"
tempfile = "3.20.0"
reqwest = { version = "0.12.22", features = ["stream"] }
reqwest = { version = "0.12.23", features = ["stream"] }
url = "2.5.4"
virt = "0.4.2"
sysinfo = { version = "0.36.1", features = ["serde"] }
uuid = { version = "1.17.0", features = ["v4", "serde"] }
lazy-regex = "3.4.1"
thiserror = "2.0.12"
thiserror = "2.0.15"
image = "0.25.6"
rand = "0.9.2"
tokio = { version = "1.47.1", features = ["rt", "time", "macros"] }