Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 75f9f3b

Browse filesBrowse files
authored
Merge pull request #3 from Hexilee/master
2 parents c7cf4af + dd1a193 commit 75f9f3b
Copy full SHA for 75f9f3b

File tree

1 file changed

+12
-12
lines changed
Filter options

1 file changed

+12
-12
lines changed

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+12-12Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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"
77
description = "A runtime-independent, asynchronous PostgreSQL client."
88
repository = "https://github.com/Hexilee/async-postgres"
9-
readme = "../README.md"
9+
readme = "README.md"
1010
keywords = ["database", "postgres", "postgresql", "sql", "async"]
1111
categories = ["database"]
1212

@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.