Skip to content

Commit dd1a193

Browse files
committed
upgrade async-std to 1.6
Signed-off-by: Hexilee <i@hexilee.me>
1 parent c6ab223 commit dd1a193

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-postgres"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Hexilee <i@hexilee.me>"]
55
edition = "2018"
66
license = "MIT"
@@ -21,19 +21,19 @@ codecov = { repository = "Hexilee/async-postgres" }
2121
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2222

2323
[dependencies]
24-
bytes = "0.5.3"
25-
tokio-postgres = { version = "0.5.2", default-features = false }
26-
tokio = "0.2.14"
27-
async-std = "1.5"
28-
futures = { version = "0.3.4", default-features = false }
24+
bytes = "0.5"
25+
tokio-postgres = { version = "0.5", default-features = false }
26+
tokio = "0.2"
27+
async-std = "1.6"
28+
futures = { version = "0.3", default-features = false }
2929

3030

3131
[dev-dependencies]
32-
async-std = { version = "1.5", features = ["attributes"] }
33-
tokio = { version = "0.2.14", features = ["full"] }
34-
tokio-postgres = "0.5.3"
35-
postgres-native-tls = "0.3.0"
36-
native-tls = "0.2.4"
32+
async-std = { version = "1.6", features = ["attributes"] }
33+
tokio = { version = "0.2", features = ["full"] }
34+
tokio-postgres = "0.5"
35+
postgres-native-tls = "0.3"
36+
native-tls = "0.2"
3737

3838
[features]
3939
docs = ["full"]

0 commit comments

Comments
 (0)