Skip to content

Commit b5ad1d1

Browse files
fix(deps): update rust crate thiserror to v2
1 parent 9ce2ba6 commit b5ad1d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/robbb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ indoc = "2.0.5"
1616
lazy_static = "1.4"
1717
rand = "0.8.5"
1818
humantime = "2.1.0"
19-
thiserror = "1.0.59"
19+
thiserror = "2.0.0"
2020
serde_json = "1.0.116"
2121
serde = "1.0.200"
2222
maplit = "1.0.2"

crates/robbb_commands/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ itertools = "0.11.0"
1414
indoc = "2.0.5"
1515
lazy_static = "1.4"
1616
humantime = "2.1.0"
17-
thiserror = "1.0.59"
17+
thiserror = "2.0.0"
1818
serde_json = "1.0.116"
1919
serde = "1.0.200"
2020
maplit = "1.0.2"

crates/robbb_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
serenity.workspace = true
88
poise.workspace = true
9-
thiserror = "1.0.59"
9+
thiserror = "2.0.0"
1010
sqlx = { version = "0.7.4", features = ["runtime-tokio-rustls", "sqlite", "chrono"] }
1111
anyhow = "1.0.82"
1212
chrono = "0.4.38"

crates/robbb_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ poise.workspace = true
1111
anyhow = "1.0.82"
1212
serde_json = "1.0.116"
1313
serde = "1.0.200"
14-
thiserror = "1.0.59"
14+
thiserror = "2.0.0"
1515
lazy_static = "1.4"
1616
chrono = "0.4.38"
1717
chrono-humanize = "0.2.3"

0 commit comments

Comments
 (0)