Skip to content

Commit

Permalink
fix(deps): update rust crate notify to 6.1 (#133)
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 Aug 21, 2023
1 parent 8213e5c commit af85e76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 35 deletions.
43 changes: 10 additions & 33 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 crates/cachedirtree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
ego-tree="0.6"
bit-vec = "0.6"
notify = "6.0"
notify = "6.1"
derive_builder = "0.12"


Expand Down
2 changes: 1 addition & 1 deletion crates/collection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ unicase = "2.6"
unicase_serde = "0.1"
ring = "0.16"
bincode = "1.3"
notify = "6.0"
notify = "6.1"
crossbeam-channel = "0.5"
enum_dispatch = "0.3"

Expand Down

0 comments on commit af85e76

Please sign in to comment.