Skip to content

Commit 33c63b6

Browse files
Bump thiserror from 1.0.69 to 2.0.3 (#737)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.3. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0aa829 commit 33c63b6

2 files changed

Lines changed: 48 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 47 additions & 27 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
@@ -128,7 +128,7 @@ sqlx = { version = "0.7.1", features = [ "runtime-tokio-rustls", "sqlite", "any"
128128
strum = ">=0.24"
129129
strum_macros = ">=0.24"
130130
tempfile = "3"
131-
thiserror = "1"
131+
thiserror = "2"
132132
tokio = { workspace = true }
133133
tokio-graceful-shutdown = { version = "0.15" }
134134
tonic = { version = "0.11.0", optional = true }

0 commit comments

Comments
 (0)