mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-06 00:33:39 +00:00
Cargo update and clippy fix (#168)
* Bump serde from 1.0.132 to 1.0.136 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.132 to 1.0.136. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.132...v1.0.136) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Cargo update and clippy fix Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
sendgrid = { version = "0.17.4", default-features = false, features = ["rustls", "blocking"] }
|
||||
serde_derive = "1.0.112"
|
||||
serde = "1.0.132"
|
||||
serde = "1.0.136"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
|
||||
tokio = { version = "1.15", features = ["full"] }
|
||||
serde_json = "1.0.68"
|
||||
|
Reference in New Issue
Block a user