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.199
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent dbe0de3 commit 351d9d2
Showing 1 changed file with 2 additions and 2 deletions.
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"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0.199"
serde = { version = "1.0.199", 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 351d9d2

Please sign in to comment.