From dba79ebae16cc62ab063844ca5a7d6e9588700f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:51:46 +0000 Subject: [PATCH] build(deps): update thiserror requirement from 1.0.60 to 2.0.3 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- skunk-api-client/Cargo.toml | 2 +- skunk-api-protocol/Cargo.toml | 2 +- skunk-cli/Cargo.toml | 2 +- skunk-flow-store/Cargo.toml | 2 +- skunk-macros/Cargo.toml | 2 +- skunk-ui/Cargo.toml | 2 +- skunk/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/skunk-api-client/Cargo.toml b/skunk-api-client/Cargo.toml index b1aeb78..8618ee2 100644 --- a/skunk-api-client/Cargo.toml +++ b/skunk-api-client/Cargo.toml @@ -18,7 +18,7 @@ rmp-serde = "1.3.0" serde = { version = "1.0.203", features = ["derive"] } semver = "1.0.23" semver-macro = "0.1.0" -thiserror = "1.0.60" +thiserror = "2.0.3" tokio = { version = "1.37.0", features = ["macros"] } tracing = "0.1.40" url = "2.5.2" diff --git a/skunk-api-protocol/Cargo.toml b/skunk-api-protocol/Cargo.toml index 5a46971..de5cdba 100644 --- a/skunk-api-protocol/Cargo.toml +++ b/skunk-api-protocol/Cargo.toml @@ -16,7 +16,7 @@ http = "1.1.0" rmp-serde = "1.3.0" semver = { version = "1.0.23", features = ["serde"] } serde = { version = "1.0.203", features = ["derive"] } -thiserror = "1.0.60" +thiserror = "2.0.3" uuid = { version = "1.9.1", features = ["serde"] } chrono = { version = "0.4.38", features = ["serde"] } indexmap = { version = "2.2.6", features = ["serde"] } diff --git a/skunk-cli/Cargo.toml b/skunk-cli/Cargo.toml index 99b5dda..9441ca4 100644 --- a/skunk-cli/Cargo.toml +++ b/skunk-cli/Cargo.toml @@ -50,7 +50,7 @@ rmp-serde = "1.3.0" semver = "1.0.23" semver-macro = "0.1.0" serde = { version = "1.0.201", features = ["derive"] } -thiserror = "1.0.61" +thiserror = "2.0.3" tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "signal"] } tokio-util = "0.7.11" toml = "0.8.12" diff --git a/skunk-flow-store/Cargo.toml b/skunk-flow-store/Cargo.toml index 3962f24..2e84ce8 100644 --- a/skunk-flow-store/Cargo.toml +++ b/skunk-flow-store/Cargo.toml @@ -14,7 +14,7 @@ semver-macro = "0.1.0" serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120" sqlx = { version = "0.8.0", features = ["chrono", "json", "macros", "migrate", "runtime-tokio", "sqlite", "uuid"] } -thiserror = "1.0.61" +thiserror = "2.0.3" uuid = "1.9.1" [build-dependencies] diff --git a/skunk-macros/Cargo.toml b/skunk-macros/Cargo.toml index 95e7d63..d1f2f18 100644 --- a/skunk-macros/Cargo.toml +++ b/skunk-macros/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" proc-macro = true [dependencies] -thiserror = "1" +thiserror = "2" syn = { version = "2", features = ["parsing", "printing"] } proc-macro2 = "1" quote = "1" diff --git a/skunk-ui/Cargo.toml b/skunk-ui/Cargo.toml index 1643945..98fbc16 100644 --- a/skunk-ui/Cargo.toml +++ b/skunk-ui/Cargo.toml @@ -13,7 +13,7 @@ path = "../skunk-api-protocol" tracing = "0.1.40" tracing-wasm = "0.2.1" tokio = { version = "1.37.0", default-features = false, features = ["sync"] } -thiserror = "1.0.60" +thiserror = "2.0.3" leptos = { version = "0.6.14", features = ["nightly", "csr"] } leptos_meta = { version = "0.6.14", features = ["nightly", "csr"] } leptos_router = { version = "0.6.14", features = ["nightly", "csr"] } diff --git a/skunk/Cargo.toml b/skunk/Cargo.toml index 6d88c17..f847012 100644 --- a/skunk/Cargo.toml +++ b/skunk/Cargo.toml @@ -78,7 +78,7 @@ serde_yml = "0.0.12" smallvec = "1.13.2" strum = { version = "0.26.2", features = ["derive"] } tempfile = "3.10.1" -thiserror = "1.0.60" +thiserror = "2.0.3" tokio = { version = "1.37.0", features = ["macros", "net", "io-util", "process"] } tokio-rustls = { version = "0.26.0", optional = true } #tokio-util = "0.7.11"