Skip to content

Commit

Permalink
Update thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
xandkar committed Nov 18, 2024
1 parent a21758d commit 9f07f72
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
32 changes: 26 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phorg"
version = "0.17.9"
version = "0.17.10"
description = "Idempotent photo/video file organizer"
repository = "https://github.com/xandkar/phorg"
authors = ["Siraaj Khandkar <[email protected]>"]
Expand All @@ -26,7 +26,7 @@ serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
sha1 = "0.10.6"
sha2 = "0.10.8"
thiserror = "1.0.61"
thiserror = "2.0.3"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down

0 comments on commit 9f07f72

Please sign in to comment.