Skip to content

Commit

Permalink
Merge pull request #302 from blissd/dependabot/cargo/anyhow-1.0.94
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.93 to 1.0.94
  • Loading branch information
blissd authored Dec 4, 2024
2 parents 713210e + a514af7 commit 0797a7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -26,7 +26,7 @@ rayon = "1.10.0"
glycin = { version = "2.0.2", features = ["gdk4"] }
futures = "0.3.31"
chrono = "0.4.38"
anyhow = "1.0.93"
anyhow = "1.0.94"
strum = { version = "0.26.2", features = ["derive"] }
i18n-embed = { version = "0.15.0", features = ["fluent-system", "filesystem-assets", "desktop-requester"] }
rust-embed = "8.5.0"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
base64 = "0.22.1"
chrono = "0.4.37"
fast_image_resize = { version = "5.0.0", features = ["image"] }
Expand Down

0 comments on commit 0797a7c

Please sign in to comment.