Skip to content

Commit

Permalink
⬆️ Update serde_repr to 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 19, 2024
1 parent 2fcc82b commit fcd1a07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tokio-vsock = ["dep:tokio-vsock", "tokio"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1.9"
serde_repr = "0.1.18"
zvariant = { path = "../zvariant", version = "4.0.0", default-features = false, features = [
"enumflags2",
] }
Expand Down
2 changes: 1 addition & 1 deletion zvariant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ chrono = { version = "0.4.34", features = [

[dev-dependencies]
serde_json = "1.0"
serde_repr = "0.1.9"
serde_repr = "0.1.18"
# If you want to avoid compiling glib even when compiling tests or examples, comment out the glib
# dev-dependency. Dev-dependencies can't be made optional, and hence can't be disabled with a
# feature so you have to do it manually. Also, don't enable the gvariant default feature.
Expand Down
2 changes: 1 addition & 1 deletion zvariant_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" }
zvariant = { path = "../zvariant", features = ["enumflags2"] }
enumflags2 = { version = "0.7.9", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1.9"
serde_repr = "0.1.18"

0 comments on commit fcd1a07

Please sign in to comment.