Skip to content

Commit d9e4b55

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

File tree

3 files changed

+33
-13
lines changed

3 files changed

+33
-13
lines changed

Cargo.lock

+31-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sqlx = { version = "0", features = ["migrate", "mysql", "runtime-tokio-native-tl
8686
tera = { version = "1", default-features = false }
8787
text-colorizer = "1"
8888
text-to-png = "0"
89-
thiserror = "1"
89+
thiserror = "2"
9090
tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
9191
toml = "0"
9292
tower = { version = "0", features = ["timeout"] }

packages/located-error/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ version.workspace = true
1818
tracing = "0"
1919

2020
[dev-dependencies]
21-
thiserror = "1"
21+
thiserror = "2"

0 commit comments

Comments
 (0)