Skip to content

Commit

Permalink
update and new version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Sep 21, 2022
1 parent 363ea08 commit 556ec2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "paypal-rs"
version = "0.2.1"
version = "0.2.2"
authors = ["Edgar <[email protected]>"]
description = "A library that wraps the paypal api asynchronously."
repository = "https://github.com/edg-l/paypal-rs/"
Expand All @@ -13,10 +13,10 @@ edition = "2021"


[dependencies]
reqwest = { version = "0.11.11", default-features = false, features = ["json"] }
reqwest = { version = "0.11.12", default-features = false, features = ["json"] }
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
serde_with = "2.0.0"
serde_with = "2.0.1"
chrono = { version = "0.4.22", features = ["serde"] }
jsonwebtoken = "8.1.1"
base64 = "0.13.0"
Expand All @@ -26,9 +26,9 @@ derive_builder = "0.11.2"
serde_qs = "0.10.1"

[dev-dependencies]
tokio = { version = "1.21.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.21.1", features = ["macros", "rt-multi-thread"] }
dotenv = "0.15.0"
anyhow = "1.0.64"
anyhow = "1.0.65"
color-eyre = "0.6.2"

[features]
Expand Down

0 comments on commit 556ec2e

Please sign in to comment.