diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 843da7402..86d5cd285 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ "secrecy", "serde_json", "socket-factory", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", "tracing-appender", @@ -1141,7 +1141,7 @@ dependencies = [ "serde_json", "snownet", "socket-factory", - "thiserror 1.0.69", + "thiserror 2.0.12", "time", "tokio", "tracing", @@ -1824,7 +1824,7 @@ name = "dns-types" version = "0.1.0" dependencies = [ "domain", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", ] @@ -2106,7 +2106,7 @@ dependencies = [ "smbios-lib", "socket-factory", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tokio-util", "tracing", @@ -2159,7 +2159,7 @@ dependencies = [ "snownet", "socket-factory", "static_assertions", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", "tracing-subscriber", @@ -2218,7 +2218,7 @@ dependencies = [ "tauri-utils", "tauri-winrt-notification", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tokio-stream", "tokio-util", @@ -2279,7 +2279,7 @@ dependencies = [ "sentry-tracing", "supports-color", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.12", "time", "tracing", "tracing-appender", @@ -2328,7 +2328,7 @@ dependencies = [ "socket2", "stun_codec", "test-strategy", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", "tracing-core", @@ -2353,7 +2353,7 @@ dependencies = [ "sentry", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -2405,7 +2405,7 @@ dependencies = [ "socket2", "test-case", "test-strategy", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tracing", "tracing-subscriber", @@ -3470,7 +3470,7 @@ dependencies = [ "etherparse-ext", "proptest", "test-strategy", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", ] @@ -5019,7 +5019,7 @@ dependencies = [ "serde_json", "sha2", "socket-factory", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tokio-tungstenite", "tracing", @@ -6500,7 +6500,7 @@ dependencies = [ "sha2", "str0m", "stun_codec", - "thiserror 1.0.69", + "thiserror 2.0.12", "tracing", ] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 48aec91a6..788559176 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -171,7 +171,7 @@ tauri-utils = "2.2.0" tempfile = "3.20.0" test-case = "3.3.1" test-strategy = "0.4.0" -thiserror = "1.0.68" +thiserror = "2.0.12" time = "0.3.37" tokio = "1.45" tokio-stream = "0.1.17"