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

Commit

Permalink
fix(deps): update rust crate serde to 1.0.192
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2023
1 parent 55e88f8 commit ce83bf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
# version: get rid of "there is no reactor running, must be called from the context of a Tokio 1.x runtime"
# feature/rustls: some service requires HTTPS connection, we should accept those connection.
actix-web = { version = "4.4.0", features = [ "rustls" ] }
serde = { version = "1.0.189", features = [ "derive" ] }
serde = { version = "1.0.192", features = [ "derive" ] }
serde_json = "1.0.107"
qstring = "0.7.2"
once_cell = "1.18.0"
Expand Down

0 comments on commit ce83bf4

Please sign in to comment.