Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix(deps): update serde monorepo to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 351d9d2 commit a07914b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ simplelog = "0.12.2"
i2cdev = "0.6"
config = "0.14"
clap = { version = "4.5.4", features = ["derive"] }
serde_derive = "1.0.199"
serde = { version = "1.0.199", features = ["derive"] }
serde_derive = "1.0.200"
serde = { version = "1.0.200", features = ["derive"] }
whoami = "1.5.1"
serde_json = "1.0.116"
tokio = { version = "1.37.0", features = ["rt-multi-thread","time","macros"] }

0 comments on commit a07914b

Please sign in to comment.