Merge pull request #34 from NotAShelf/dependabot/cargo/thiserror-2.0.17

build(deps): bump thiserror from 2.0.16 to 2.0.17
This commit is contained in:
raf 2025-09-29 21:52:49 +03:00 committed by GitHub
commit 91be1ad241
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ inquire = { default-features = false, version = "0.9.1", features = [
] }
log = "0.4.28"
env_logger = "0.11.8"
thiserror = "2.0.16"
thiserror = "2.0.17"
wl-clipboard-rs = "0.9.2"
rusqlite = { version = "0.37.0", features = ["bundled"] }
smol = "2.0.2"