File tree 1 file changed +12
-12
lines changed
Filter options
1 file changed +12
-12
lines changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-postgres"
3
- version = " 0.5.0 "
3
+ version = " 0.5.1 "
4
4
authors = [" Hexilee <i@hexilee.me>" ]
5
5
edition = " 2018"
6
6
license = " MIT"
7
7
description = " A runtime-independent, asynchronous PostgreSQL client."
8
8
repository = " https://github.com/Hexilee/async-postgres"
9
- readme = " ../ README.md"
9
+ readme = " README.md"
10
10
keywords = [" database" , " postgres" , " postgresql" , " sql" , " async" ]
11
11
categories = [" database" ]
12
12
@@ -21,19 +21,19 @@ codecov = { repository = "Hexilee/async-postgres" }
21
21
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
22
22
23
23
[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 }
29
29
30
30
31
31
[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"
37
37
38
38
[features ]
39
39
docs = [" full" ]
You can’t perform that action at this time.
0 commit comments