Skip to content

Commit

Permalink
Merge pull request #44 from dbus2/renovate/serde-1.x
Browse files Browse the repository at this point in the history
⬆️ Update serde to 1.0.196
  • Loading branch information
zeenix authored Feb 19, 2024
2 parents a721811 + 32c116e commit 110c7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracing-subscriber = { version = "0.3.11", features = [
], default-features = false, optional = true }
anyhow = "1.0.79"
# Explicitly depend on serde to enable `rc` feature.
serde = { version = "1.0.140", features = ["rc"] }
serde = { version = "1.0.196", features = ["rc"] }
futures-util = "0.3.30"
enumflags2 = "0.7.9"
ntest = "0.9.0"
Expand Down

0 comments on commit 110c7d0

Please sign in to comment.