1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

Merge pull request #446 from JakeStanger/dependabot/cargo/indexmap-2.2.3

build(deps): bump indexmap from 2.2.1 to 2.2.3
This commit is contained in:
Jake Stanger 2024-02-12 21:45:16 +00:00 committed by GitHub
commit fb4dd4d06a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -1579,9 +1579,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.2.1"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b"
checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
dependencies = [
"equivalent",
"hashbrown 0.14.1",
@ -1649,7 +1649,7 @@ dependencies = [
"gtk",
"gtk-layer-shell",
"hyprland",
"indexmap 2.2.1",
"indexmap 2.2.3",
"mpd-utils",
"mpris",
"nix 0.27.1",
@ -3222,7 +3222,7 @@ version = "0.19.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
dependencies = [
"indexmap 2.2.1",
"indexmap 2.2.3",
"serde",
"serde_spanned",
"toml_datetime",
@ -3235,7 +3235,7 @@ version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
dependencies = [
"indexmap 2.2.1",
"indexmap 2.2.3",
"toml_datetime",
"winnow",
]

View file

@ -88,7 +88,7 @@ tracing-appender = "0.2.3"
strip-ansi-escapes = "0.2.0"
color-eyre = "0.6.2"
serde = { version = "1.0.196", features = ["derive"] }
indexmap = "2.2.1"
indexmap = "2.2.3"
dirs = "5.0.1"
walkdir = "2.4.0"
notify = { version = "6.1.1", default-features = false }