mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-06 00:33:39 +00:00
Bump serde from 1.0.145 to 1.0.147 (#220)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.145...v1.0.147) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> 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.18.1", default-features = false, features = ["rustls", "blocking"] }
|
||||
serde_derive = "1.0.112"
|
||||
serde = "1.0.137"
|
||||
serde = "1.0.147"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
|
||||
tokio = { version = "1.18", features = ["full"] }
|
||||
serde_json = "1.0.87"
|
||||
|
Reference in New Issue
Block a user