From 9b575b53544b239b4a1928bc78e751242f8d1909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:26:41 +0000 Subject: [PATCH] chore(deps)(deps): bump thiserror from 1.0.69 to 2.0.18 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/octo-core/Cargo.toml | 2 +- crates/octo-network/Cargo.toml | 2 +- crates/octo-registry/Cargo.toml | 2 +- crates/octo-runtime/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a54b4368..0e6400caf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1934,7 +1934,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tracing", "uuid", @@ -1951,7 +1951,7 @@ dependencies = [ "octo-registry", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tracing", "uuid", @@ -1966,7 +1966,7 @@ dependencies = [ "serde_json", "sha2", "sled", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tracing", "uuid", @@ -1982,7 +1982,7 @@ dependencies = [ "octo-registry", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index 8647745f6..68f7bfce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,4 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } # Error handling anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" diff --git a/crates/octo-core/Cargo.toml b/crates/octo-core/Cargo.toml index 235134150..0cc30b1f4 100644 --- a/crates/octo-core/Cargo.toml +++ b/crates/octo-core/Cargo.toml @@ -12,6 +12,6 @@ sha2 = "0.10" async-trait = "0.1" tracing = "0.1" anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" octo-registry = { path = "../octo-registry" } diff --git a/crates/octo-network/Cargo.toml b/crates/octo-network/Cargo.toml index 7be2cda95..4c69bb035 100644 --- a/crates/octo-network/Cargo.toml +++ b/crates/octo-network/Cargo.toml @@ -12,7 +12,7 @@ uuid = { version = "1.6", features = ["v4", "serde"] } async-trait = "0.1" tracing = "0.1" anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" octo-core = { path = "../octo-core" } octo-registry = { path = "../octo-registry" } diff --git a/crates/octo-registry/Cargo.toml b/crates/octo-registry/Cargo.toml index 02b2e44de..328f84fb5 100644 --- a/crates/octo-registry/Cargo.toml +++ b/crates/octo-registry/Cargo.toml @@ -12,4 +12,4 @@ sha2 = "0.10" tokio = { version = "1.35", features = ["full"] } tracing = "0.1" anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" diff --git a/crates/octo-runtime/Cargo.toml b/crates/octo-runtime/Cargo.toml index e1b24518f..fd3414c30 100644 --- a/crates/octo-runtime/Cargo.toml +++ b/crates/octo-runtime/Cargo.toml @@ -10,7 +10,7 @@ serde_json = "1.0" async-trait = "0.1" tracing = "0.1" anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" octo-core = { path = "../octo-core" } octo-registry = { path = "../octo-registry" }