Update Rust crate thiserror to 2.0.18 (#156)
All checks were successful
continuous-integration/drone/push Build is passing

This commit was merged in pull request #156.
This commit is contained in:
2026-01-20 00:11:02 +00:00
parent 4243165d03
commit 3f4f586395
2 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ zip = { version = "7.1.0", optional = true }
mktemp = { version = "0.5.1", optional = true }
rand = { version = "0.9.2", optional = true }
port_scanner = { version = "0.1.5", optional = true }
thiserror = "2.0.17"
thiserror = "2.0.18"
[features]
embedded-server = ["zip", "mktemp", "rand", "port_scanner"]