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

This commit is contained in:
2025-08-18 00:31:11 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ 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"] }