Skip to content

Commit 14e62ca

Browse files
fix(deps): bump thiserror from 2.0.17 to 2.0.18
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e14ea18 commit 14e62ca

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 22 additions & 22 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
@@ -110,7 +110,7 @@ syn = "2.0.101"
110110
syntect = "5.2.0"
111111
sysinfo = "0.33.1"
112112
tempfile = "3.18.0"
113-
thiserror = "2.0.12"
113+
thiserror = "2.0.18"
114114
time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset", "macros", "serde"] }
115115
tokio = { version = "1.45.0", features = ["full"] }
116116
tokio-stream = { version = "0.1.17", features = ["io-util"] }

0 commit comments

Comments
 (0)