Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.193
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent bbaad26 commit 7bf8edc
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 @@ -23,7 +23,7 @@ reqwest = { version = "0.11", features = ["json", "multipart", "stream"] }
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
serde_json = "1.0.108"
serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
url = "2.4.1"
oauth2 = { version = "4.4" }
sha1 = { version = "0.10" }
Expand Down

0 comments on commit 7bf8edc

Please sign in to comment.