diff --git a/Cargo.lock b/Cargo.lock index 0407f84e2..e731bfc51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ dependencies = [ "cocoa", "core-foundation 0.9.4", "objc", - "thiserror 1.0.69", + "thiserror 2.0.3", ] [[package]] @@ -2206,7 +2206,7 @@ dependencies = [ "once_cell", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tokio-util", "tracing", @@ -2691,7 +2691,7 @@ dependencies = [ "serde", "serde_json", "strum 0.26.3", - "thiserror 1.0.69", + "thiserror 2.0.3", "time", "tokio", "tower", @@ -2729,7 +2729,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror 1.0.69", + "thiserror 2.0.3", "time", "tokio", "tracing", @@ -2857,7 +2857,7 @@ dependencies = [ "serde", "serde_json", "shellexpand", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", "tracing-subscriber", @@ -2936,7 +2936,7 @@ dependencies = [ "strum 0.26.3", "tar", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.3", "time", "tokio", "tracing", @@ -2972,7 +2972,7 @@ dependencies = [ "serde_json", "sysinfo 0.32.0", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", ] @@ -2989,7 +2989,7 @@ dependencies = [ "nix 0.29.0", "pin-project-lite", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", "whoami", @@ -3004,7 +3004,7 @@ dependencies = [ "once_cell", "parking_lot", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.3", "tracing", "tracing-appender", "tracing-subscriber", @@ -3041,7 +3041,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.3", ] [[package]] @@ -3080,7 +3080,7 @@ dependencies = [ "rustls-pemfile 2.2.0", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.3", "time", "tokio", "tracing", @@ -3103,7 +3103,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", "url", @@ -3138,7 +3138,7 @@ dependencies = [ "once_cell", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", "tracing-test", @@ -3203,7 +3203,7 @@ dependencies = [ "sha2", "strum 0.26.3", "sysinfo 0.32.0", - "thiserror 1.0.69", + "thiserror 2.0.3", "time", "tokio", "tracing", @@ -6624,7 +6624,7 @@ dependencies = [ "spinners", "sysinfo 0.32.0", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.3", "time", "tokio", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 6d3a5fb37..f446d95f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ serde_json = "1.0.115" sha2 = "0.10.6" strum = { version = "0.26.3", features = ["derive"] } sysinfo = "0.32.0" -thiserror = "1.0.58" +thiserror = "2.0.3" tempfile = "3.10.1" time = { version = "0.3.34", features = [ "parsing",