Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.194
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 8d9fdc2 commit 71d19c6
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"], defaul
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
serde_json = "1.0.108"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.194", features = ["derive"] }
url = "2.5.0"
oauth2 = { version = "4.4" }
sha1 = { version = "0.10" }
Expand Down

0 comments on commit 71d19c6

Please sign in to comment.