1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-07 05:01:03 +02:00

Merge pull request #163 from JakeStanger/dependabot/cargo/dirs-5.0.1

build(deps): bump dirs from 5.0.0 to 5.0.1
This commit is contained in:
Jake Stanger 2023-05-26 21:59:19 +01:00 committed by GitHub
commit d938298e7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 9 deletions

View file

@ -59,7 +59,7 @@ strip-ansi-escapes = "0.1.1"
color-eyre = "0.6.2"
serde = { version = "1.0.163", features = ["derive"] }
indexmap = "1.9.1"
dirs = "5.0.0"
dirs = "5.0.1"
walkdir = "2.3.2"
notify = { version = "5.0.0", default-features = false }
wayland-client = "0.30.0"