Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c253a82 commit 1ed98a5
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
@@ -25,7 +25,7 @@ dbus = { version = "0.9", optional = true }
lazy_static = { version = "1", optional = true }
image = { version = "0.25", optional = true }
zbus = { version = "4", optional = true }
serde = { version = "1", optional = true }
serde = { version = "1.0.200", optional = true }
log = "0.4"
env_logger ={ version ="0.11", optional = true }

0 comments on commit 1ed98a5

Please sign in to comment.