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

Merge pull request #201 from JakeStanger/dependabot/cargo/indexmap-2.0.0

build(deps): bump indexmap from 1.9.3 to 2.0.0
This commit is contained in:
Jake Stanger 2023-06-26 17:15:44 +01:00 committed by GitHub
commit 9e5f72087f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 6 deletions

View file

@ -58,7 +58,7 @@ tracing-appender = "0.2.2"
strip-ansi-escapes = "0.1.1"
color-eyre = "0.6.2"
serde = { version = "1.0.164", features = ["derive"] }
indexmap = "1.9.1"
indexmap = "2.0.0"
dirs = "5.0.1"
walkdir = "2.3.2"
notify = { version = "6.0.0", default-features = false }