11[package ]
22name = " postgres"
3- version = " 0.11.6 "
3+ version = " 0.11.7 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
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.6 /postgres"
8+ documentation = " https://sfackler.github.io/rust-postgres/doc/v0.11.7 /postgres"
99readme = " README.md"
1010keywords = [" database" , " postgres" , " postgresql" , " sql" ]
1111include = [" src/*" , " Cargo.toml" , " LICENSE" , " README.md" , " THIRD_PARTY" ]
@@ -28,18 +28,19 @@ bufstream = "0.1"
2828byteorder = " 0.5"
2929log = " 0.3"
3030phf = " =0.7.14"
31- hex = " 0.1 "
31+ hex = " 0.2 "
3232net2 = " 0.2.16"
3333rustc-serialize = { version = " 0.3" , optional = true }
3434chrono = { version = " 0.2.14" , optional = true }
3535openssl = { version = " >= 0.6.4, < 0.8" , optional = true }
3636serde_json = { version = " >= 0.6, < 0.8" , optional = true }
3737time = { version = " 0.1.14" , optional = true }
3838unix_socket = { version = " 0.5" , optional = true }
39- uuid = { version = " 0.1" , optional = true }
39+ uuid = { version = " >= 0.1, < 0.3 " , optional = true }
4040security-framework = { version = " 0.1.2" , optional = true }
4141bit-vec = { version = " 0.4" , optional = true }
4242eui48 = { version = " 0.1" , optional = true }
43+ clippy = { version = " 0.0.61" , optional = true }
4344
4445[dev-dependencies ]
4546url = " 0.5"
0 commit comments