From 5cd370ea9e297f7d25b4e862908dfa910471bd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:51:34 +0000 Subject: [PATCH] Bump thiserror from 1.0.69 to 2.0.6 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.6. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.6) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crack-testing/Cargo.toml | 2 +- crack-types/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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]