Skip to content

Commit 3064233

Browse files
build(deps): bump thiserror in /apps/clara-n/src-tauri (#75)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.16 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5feed2c commit 3064233

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

apps/clara-n/src-tauri/Cargo.lock

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

apps/clara-n/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tauri = { version = "2.8.5", features = [] }
2626
tauri-plugin-log = "2.6"
2727
tauri-plugin-clipboard-manager = "2.3"
2828
tauri-plugin-opener = "2.5.0"
29-
thiserror = "2.0.16"
29+
thiserror = "2.0.17"
3030
tauri-plugin-os = "2.3"
3131

3232
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]

0 commit comments

Comments
 (0)