Skip to content

Commit

Permalink
fix(deps): update rust crate notify to 6.1.1 (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent cefc6a5 commit 7e8b8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spis-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ walkdir = "2"
rayon = "1"
uuid = { version = "1", features = ["serde", "v4"] }
chrono = "0.4"
notify = "6.0.0"
notify = "6.1.1"

# Image processing
image = { version = "0.24.7", features = ["jpeg", "webp-encoder"]}
Expand Down

0 comments on commit 7e8b8ee

Please sign in to comment.