Skip to content

Commit

Permalink
upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jul 5, 2022
1 parent 76c1697 commit c1434ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ edition = "2021"


[dependencies]
reqwest = { version = "0.11.10", default-features = false, features = ["json"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
serde_with = "1.13.0"
reqwest = { version = "0.11.11", default-features = false, features = ["json"] }
serde = { version = "1.0.138", features = ["derive"] }
serde_json = "1.0.82"
serde_with = "1.14.0"
chrono = { version = "0.4.19", features = ["serde"] }
jsonwebtoken = "8.1.0"
jsonwebtoken = "8.1.1"
base64 = "0.13.0"
log = "0.4.17"
bytes = "1.1.0"
derive_builder = "0.11.2"
serde_qs = "0.9.2"

[dev-dependencies]
tokio = { version = "1.18.2", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] }
dotenv = "0.15.0"
anyhow = "1.0.57"
anyhow = "1.0.58"
color-eyre = "0.6.1"

[features]
Expand Down

0 comments on commit c1434ad

Please sign in to comment.