Update Rust crate thiserror to 2.0.12
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-03 00:33:24 +00:00
parent bea66f6202
commit 06b947a7d1
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ zip = { version = "2.1.3", optional = true }
mktemp = { version = "0.5.1", optional = true }
rand = { version = "0.9.0", optional = true }
port_scanner = { version = "0.1.5", optional = true }
thiserror = "2.0.0"
thiserror = "2.0.12"
[features]
embedded-server = ["zip", "mktemp", "rand", "port_scanner"]