diff options
Diffstat (limited to '')
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -346,7 +346,7 @@ dependencies = [ "strum", "strum_macros", "testing_logger", - "thiserror 1.0.69", + "thiserror 2.0.18", "time", "tiny-bip39", "tokio", @@ -370,7 +370,7 @@ dependencies = [ "serde", "sqlx", "sysinfo", - "thiserror 1.0.69", + "thiserror 2.0.18", "time", "typed-builder", "uuid", @@ -50,7 +50,7 @@ uuid = { version = "1.9", features = ["v4", "v7", "serde"] } whoami = "2.1.0" typed-builder = "0.18.2" pretty_assertions = "1.3.0" -thiserror = "1.0" +thiserror = "2" rustix = { version = "1.1.4", features = ["process", "fs"] } tower = "0.5" tracing = "0.1" |
