Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Update to thirtyfour v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepryde committed Nov 30, 2020
1 parent 66ccc81 commit 6cd048f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thirtyfour_query"
version = "0.4.1"
version = "0.4.2"
authors = ["Steve Pryde <steve@stevepryde.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -17,7 +17,7 @@ categories = ["api-bindings", "development-tools::testing", "web-programming::ht
[dependencies]
futures = "0.3"
tokio = { version = "0.2", features = ["fs", "macros", "rt-threaded", "io-util", "time"] }
thirtyfour = "0.18.0"
thirtyfour = "0.20.2"
async-trait = "0.1"
serde_json = { version = "1.0", features = ["preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 6cd048f

Please sign in to comment.