Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.213
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 1a981fa commit 20b50dc
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 27 deletions.
63 changes: 37 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env_logger = "0.9.0"
tokio = { version = "1", features = ["fs", "rt-multi-thread", "sync", "signal", "time", "process"] }
mqtt-async-client = "0.3.1"
user-idle = "0.5.2"
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
anyhow = "1"
Expand Down

0 comments on commit 20b50dc

Please sign in to comment.