Skip to content

Commit

Permalink
Merge pull request #597 from dbus2/renovate/arrayvec-0.x
Browse files Browse the repository at this point in the history
⬆️ Update arrayvec to 0.7.4
  • Loading branch information
zeenix authored Feb 18, 2024
2 parents 857d2b7 + e925316 commit 1842078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zvariant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ option-as-array = []
[dependencies]
endi = "1.1.0"
serde = { version = "1.0", features = ["derive"] }
arrayvec = { version = "0.7.2", features = ["serde"], optional = true }
arrayvec = { version = "0.7.4", features = ["serde"], optional = true }
enumflags2 = { version = "0.7.7", features = ["serde"], optional = true }
zvariant_derive = { version = "=4.0.0", path = "../zvariant_derive" }
serde_bytes = { version = "0.11", optional = true }
Expand Down

0 comments on commit 1842078

Please sign in to comment.