Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2023
1 parent 8ef8b27 commit 1d0ab44
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "lqth"
path = "src/bin/main.rs"

[dependencies]
thiserror = "1.0.2"
thiserror = "1.0.52"
x11 = { version = "2.21", default-features = false, features = ["xlib"] }

[profile.release]
Expand Down

0 comments on commit 1d0ab44

Please sign in to comment.