Update Rust crate thiserror to 2.0.14 (#123)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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.12"
|
||||
thiserror = "2.0.14"
|
||||
|
||||
[features]
|
||||
embedded-server = ["zip", "mktemp", "rand", "port_scanner"]
|
||||
|
Reference in New Issue
Block a user