11[package ]
22name = " postgres"
3- version = " 0.11.10 "
3+ version = " 0.11.11 "
44authors = [
" Steven Fackler <[email protected] >" ]
55license = " MIT"
66description = " A native PostgreSQL driver"
77repository = " 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"
99readme = " README.md"
1010keywords = [" database" , " postgres" , " postgresql" , " sql" ]
1111include = [" src/*" , " Cargo.toml" , " LICENSE" , " README.md" , " THIRD_PARTY" ]
@@ -32,10 +32,10 @@ hex = "0.2"
3232rustc-serialize = { version = " 0.3" , optional = true }
3333chrono = { version = " 0.2.14" , optional = true }
3434openssl = { 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 }
3636time = { version = " 0.1.14" , optional = true }
3737unix_socket = { version = " 0.5" , optional = true }
38- uuid = { version = " >= 0.1, < 0.3 " , optional = true }
38+ uuid = { version = " >= 0.1, < 0.4 " , optional = true }
3939security-framework = { version = " 0.1.2" , optional = true }
4040bit-vec = { version = " 0.4" , optional = true }
4141eui48 = { version = " 0.1" , optional = true }
0 commit comments