1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.11.10 "
3
+ version = " 0.11.11 "
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.10 /postgres"
8
+ documentation = " https://sfackler.github.io/rust-postgres/doc/v0.11.11 /postgres"
9
9
readme = " README.md"
10
10
keywords = [" database" , " postgres" , " postgresql" , " sql" ]
11
11
include = [" src/*" , " Cargo.toml" , " LICENSE" , " README.md" , " THIRD_PARTY" ]
@@ -32,10 +32,10 @@ hex = "0.2"
32
32
rustc-serialize = { version = " 0.3" , optional = true }
33
33
chrono = { version = " 0.2.14" , optional = true }
34
34
openssl = { version = " >= 0.6.4, < 0.8" , optional = true }
35
- serde_json = { version = " >= 0.6, < 0.8 " , optional = true }
35
+ serde_json = { version = " >= 0.6, < 0.9 " , optional = true }
36
36
time = { version = " 0.1.14" , optional = true }
37
37
unix_socket = { version = " 0.5" , optional = true }
38
- uuid = { version = " >= 0.1, < 0.3 " , optional = true }
38
+ uuid = { version = " >= 0.1, < 0.4 " , optional = true }
39
39
security-framework = { version = " 0.1.2" , optional = true }
40
40
bit-vec = { version = " 0.4" , optional = true }
41
41
eui48 = { version = " 0.1" , optional = true }
0 commit comments