Update Rust crate thiserror to 2.0.16 (#127)

This commit is contained in:
2025-08-23 00:27:38 +00:00
parent 3abd831865
commit f9cbc71c21
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ zip = { version = "4.3.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.15"
thiserror = "2.0.16"
[features]
embedded-server = ["zip", "mktemp", "rand", "port_scanner"]