Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.188
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent f2b51bf commit c4ceb7e
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,7 +18,7 @@ futures = {version="0.3.28", optional=true}
lazy_static = {version="1.4.0", optional=true}
rand = {version="0.8.5", optional=true}
reqwest = {version="0.11.16", optional=true}
serde = {version="1.0.160", features=["derive"]}
serde = {version="1.0.188", features=["derive"]}
serde_json = "1.0.96"
sqlx = { version = "0.6.3", features = [
"runtime-actix-native-tls",
Expand Down

0 comments on commit c4ceb7e

Please sign in to comment.