1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.11.6 "
3
+ version = " 0.11.7 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " MIT"
6
6
description = " A native PostgreSQL driver"
7
7
repository = " https://github.com/sfackler/rust-postgres"
8
- documentation = " https://sfackler.github.io/rust-postgres/doc/v0.11.6 /postgres"
8
+ documentation = " https://sfackler.github.io/rust-postgres/doc/v0.11.7 /postgres"
9
9
readme = " README.md"
10
10
keywords = [" database" , " postgres" , " postgresql" , " sql" ]
11
11
include = [" src/*" , " Cargo.toml" , " LICENSE" , " README.md" , " THIRD_PARTY" ]
@@ -28,18 +28,19 @@ bufstream = "0.1"
28
28
byteorder = " 0.5"
29
29
log = " 0.3"
30
30
phf = " =0.7.14"
31
- hex = " 0.1 "
31
+ hex = " 0.2 "
32
32
net2 = " 0.2.16"
33
33
rustc-serialize = { version = " 0.3" , optional = true }
34
34
chrono = { version = " 0.2.14" , optional = true }
35
35
openssl = { version = " >= 0.6.4, < 0.8" , optional = true }
36
36
serde_json = { version = " >= 0.6, < 0.8" , optional = true }
37
37
time = { version = " 0.1.14" , optional = true }
38
38
unix_socket = { version = " 0.5" , optional = true }
39
- uuid = { version = " 0.1" , optional = true }
39
+ uuid = { version = " >= 0.1, < 0.3 " , optional = true }
40
40
security-framework = { version = " 0.1.2" , optional = true }
41
41
bit-vec = { version = " 0.4" , optional = true }
42
42
eui48 = { version = " 0.1" , optional = true }
43
+ clippy = { version = " 0.0.61" , optional = true }
43
44
44
45
[dev-dependencies ]
45
46
url = " 0.5"
0 commit comments