Skip to content

Commit b489420

Browse files
build(deps): bump thiserror from 1.0.69 to 2.0.20
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.20. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.20) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c06750 commit b489420

12 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

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

src/cortex-agents/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ toml = { workspace = true }
1818
async-trait = { workspace = true }
1919
async-recursion = "1"
2020
tracing = { workspace = true }
21-
thiserror = "1"
21+
thiserror = "2"
2222
uuid = { workspace = true, features = ["v4"] }
2323
regex = { workspace = true }
2424
dirs = { workspace = true }

src/cortex-batch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cortex-common = { workspace = true }
1313
tokio = { workspace = true, features = ["fs", "time", "sync"] }
1414
serde = { workspace = true, features = ["derive"] }
1515
tracing = { workspace = true }
16-
thiserror = "1"
16+
thiserror = "2"
1717
glob = { workspace = true }
1818
once_cell = { workspace = true }
1919

src/cortex-compact/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = true
1212
cortex-common = { workspace = true }
1313
serde = { workspace = true, features = ["derive"] }
1414
tracing = { workspace = true }
15-
thiserror = "1"
15+
thiserror = "2"
1616

1717
# For disk space detection on Unix
1818
[target.'cfg(unix)'.dependencies]

src/cortex-ghost/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ cortex-common = { workspace = true }
1313
tokio = { workspace = true, features = ["process"] }
1414
serde = { workspace = true, features = ["derive"] }
1515
tracing = { workspace = true }
16-
thiserror = "1"
16+
thiserror = "2"
1717
chrono = { workspace = true, features = ["serde"] }
1818
tempfile = { workspace = true }

src/cortex-hooks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tokio = { workspace = true, features = ["process", "sync"] }
1414
serde = { workspace = true, features = ["derive"] }
1515
serde_json = { workspace = true }
1616
tracing = { workspace = true }
17-
thiserror = "1"
17+
thiserror = "2"
1818
glob = { workspace = true }
1919
lazy_static = { workspace = true }
2020
dirs = "5.0"

src/cortex-resume/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio = { workspace = true, features = ["fs", "time", "sync"] }
1313
serde = { workspace = true, features = ["derive"] }
1414
serde_json = { workspace = true }
1515
tracing = { workspace = true }
16-
thiserror = "1"
16+
thiserror = "2"
1717
chrono = { workspace = true, features = ["serde"] }
1818
once_cell = { workspace = true }
1919

src/cortex-review/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ workspace = true
1111
[dependencies]
1212
tokio = { workspace = true, features = ["process"] }
1313
serde = { workspace = true, features = ["derive"] }
14-
thiserror = "1"
14+
thiserror = "2"

src/cortex-share/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ tokio = { workspace = true }
1414
serde = { workspace = true, features = ["derive"] }
1515
serde_json = { workspace = true }
1616
tracing = { workspace = true }
17-
thiserror = "1"
17+
thiserror = "2"
1818
reqwest = { workspace = true }
1919
chrono = { workspace = true, features = ["serde"] }

src/cortex-snapshot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio = { workspace = true, features = ["process"] }
1313
serde = { workspace = true, features = ["derive"] }
1414
serde_json = { workspace = true }
1515
tracing = { workspace = true }
16-
thiserror = "1"
16+
thiserror = "2"
1717
chrono = { workspace = true, features = ["serde"] }
1818
uuid = { workspace = true, features = ["v4"] }
1919
sha2 = { workspace = true }

0 commit comments

Comments
 (0)