Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2023
1 parent 4efbc91 commit f671b80
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 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 @@ -18,7 +18,7 @@ log = "0.4.19"
once_cell = "1.18.0"
qstring = "0.7.2"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"
serde_json = "1.0.100"
strum = { version = "0.25.0", features = ["derive"] }
tokio = { version = "1.28.2", features = ["macros"] }
uuid = { version = "1.4.0", features = ["serde"] }

0 comments on commit f671b80

Please sign in to comment.