Skip to content

Commit 195475d

Browse files
authored
Merge pull request #10 from CipherOcto/dependabot/cargo/thiserror-2.0.18
chore(deps)(deps): bump thiserror from 1.0.69 to 2.0.18
2 parents 3b2509d + d4df73a commit 195475d

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ tracing = "0.1"
3131
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3232
# Error handling
3333
anyhow = "1.0"
34-
thiserror = "1.0"
34+
thiserror = "2.0"

crates/octo-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ sha2 = "0.10"
1212
async-trait = "0.1"
1313
tracing = "0.1"
1414
anyhow = "1.0"
15-
thiserror = "1.0"
15+
thiserror = "2.0"
1616

1717
octo-registry = { path = "../octo-registry" }

crates/octo-network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ uuid = { version = "1.6", features = ["v4", "serde"] }
1212
async-trait = "0.1"
1313
tracing = "0.1"
1414
anyhow = "1.0"
15-
thiserror = "1.0"
15+
thiserror = "2.0"
1616

1717
octo-core = { path = "../octo-core" }
1818
octo-registry = { path = "../octo-registry" }

crates/octo-registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ sha2 = "0.10"
1212
tokio = { version = "1.35", features = ["full"] }
1313
tracing = "0.1"
1414
anyhow = "1.0"
15-
thiserror = "1.0"
15+
thiserror = "2.0"

crates/octo-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ serde_json = "1.0"
1010
async-trait = "0.1"
1111
tracing = "0.1"
1212
anyhow = "1.0"
13-
thiserror = "1.0"
13+
thiserror = "2.0"
1414

1515
octo-core = { path = "../octo-core" }
1616
octo-registry = { path = "../octo-registry" }

0 commit comments

Comments
 (0)