update deps

This commit is contained in:
Edgar 2022-09-07 11:49:25 +02:00
parent e0d5271308
commit 0acfce3ad9
No known key found for this signature in database

View file

@ -6,7 +6,7 @@ description = "A library that wraps the paypal api asynchronously."
repository = "https://github.com/edg-l/paypal-rs/" repository = "https://github.com/edg-l/paypal-rs/"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
keywords = ["paypal", "api", "async"] keywords = ["paypal", "api", "async"]
categories = ["api-bindings", "asynchronous"] categories = ["api-bindings"]
documentation = "https://docs.rs/paypal-rs" documentation = "https://docs.rs/paypal-rs"
readme = "README.md" readme = "README.md"
edition = "2021" edition = "2021"
@ -26,9 +26,9 @@ derive_builder = "0.11.2"
serde_qs = "0.10.1" serde_qs = "0.10.1"
[dev-dependencies] [dev-dependencies]
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] } tokio = { version = "1.21.0", features = ["macros", "rt-multi-thread"] }
dotenv = "0.15.0" dotenv = "0.15.0"
anyhow = "1.0.63" anyhow = "1.0.64"
color-eyre = "0.6.2" color-eyre = "0.6.2"
[features] [features]