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 rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 51a2088 commit 9922fa9
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 @@ -18,5 +18,5 @@ clap = { version = "4.5.4", features = ["derive"] }
serde_derive = "1"
serde = { version = "1.0", features = ["derive"] }
whoami = "1.5.1"
serde_json = "1"
serde_json = "1.0.116"
tokio = { version = "1.37.0", features = ["rt-multi-thread","time","macros"] }

0 comments on commit 9922fa9

Please sign in to comment.