Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhspetersson committed Oct 15, 2023
1 parent 5a090a9 commit ffd0cc6
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 35 deletions.
75 changes: 42 additions & 33 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
Expand Up @@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"
edition = "2021"

[features]
default = ["users", "update-notifications"]
default = ["uzers", "update-notifications"]
update-notifications = ["dep:update-informer"]

[dependencies]
Expand Down Expand Up @@ -49,7 +49,7 @@ wana_kana = "3.0"
zip = "0.6"

[target.'cfg(unix)'.dependencies]
users = { version = "0.11", optional = true }
uzers = { version = "0.11", optional = true }
xattr = "1.0"

[profile.release]
Expand Down

0 comments on commit ffd0cc6

Please sign in to comment.