Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzih committed Jan 3, 2022
1 parent b94b47e commit 220a4a2
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
Expand Up @@ -18,12 +18,12 @@ debug = []

[dependencies]
async-recursion = "0.3.2"
surf = "2.1.0"
async-std = { version = "1.8.0", features = ["unstable", "attributes"] }
futures = "0.3.8"
async-trait = "0.1.42"
surf = "2.3.2"
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
futures = "0.3.18"
async-trait = "0.1.52"
thiserror = "1.0"
log = { version = "0.4.11", features = ["kv_unstable"] }
log = { version = "0.4.14", features = ["kv_unstable"] }
femme = "2.1.1"
crabler_derive = "0.1.7"
# crabler_derive = { path = "./crabler_derive" }
Expand Down

0 comments on commit 220a4a2

Please sign in to comment.