diff --git a/Cargo.lock b/Cargo.lock index 0be2898b5..c5f3eaf9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,7 +1174,7 @@ dependencies = [ "rspotify", "rusty_ytdl", "serenity", - "thiserror 1.0.69", + "thiserror 2.0.6", "tokio", "tracing", "url", @@ -1191,7 +1191,7 @@ dependencies = [ "rusty_ytdl", "serenity", "songbird", - "thiserror 1.0.69", + "thiserror 2.0.6", "tokio", "typemap_rev", "url", diff --git a/crack-testing/Cargo.toml b/crack-testing/Cargo.toml index ddd1f80b1..db9562782 100644 --- a/crack-testing/Cargo.toml +++ b/crack-testing/Cargo.toml @@ -35,7 +35,7 @@ reqwest = { version = "0.12.9", default-features = false, features = [ serenity = { workspace = true } tracing = "0.1.40" tokio = { workspace = true } -thiserror = "1.0.69" +thiserror = "2.0.6" poise = { workspace = true } url = "2.5" diff --git a/crack-types/Cargo.toml b/crack-types/Cargo.toml index 8c88c4a7b..846c221bd 100644 --- a/crack-types/Cargo.toml +++ b/crack-types/Cargo.toml @@ -36,7 +36,7 @@ reqwest = { version = "0.12.9", default-features = false, features = [ "macos-system-configuration", ] } url = "2.5" -thiserror = "1.0.69" +thiserror = "2.0.6" humantime = "2.1" [dependencies.rspotify]