File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " postgres-shared"
3- version = " 0.2.1 "
3+ version = " 0.3.0 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55license = " MIT"
66description = " Internal crate used by postgres and postgres-tokio"
@@ -20,7 +20,7 @@ with-uuid = ["uuid"]
2020hex = " 0.2"
2121fallible-iterator = " 0.1.3"
2222phf = " =0.7.21"
23- postgres-protocol = { version = " 0.2 " , path = " ../postgres-protocol" }
23+ postgres-protocol = { version = " 0.3 " , path = " ../postgres-protocol" }
2424
2525bit-vec = { version = " 0.4" , optional = true }
2626chrono = { version = " 0.3" , optional = true }
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ rustc-serialize = { version = "0.3", optional = true }
5252schannel = { version = " 0.1" , optional = true }
5353security-framework = { version = " 0.1.2" , optional = true }
5454
55- postgres-protocol = { version = " 0.2.2 " , path = " ../postgres-protocol" }
56- postgres-shared = { version = " 0.2.1 " , path = " ../postgres-shared" }
55+ postgres-protocol = { version = " 0.3.0 " , path = " ../postgres-protocol" }
56+ postgres-shared = { version = " 0.3.0 " , path = " ../postgres-shared" }
5757
5858[dev-dependencies ]
5959hex = " 0.2"
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ bytes = "0.4"
3030fallible-iterator = " 0.1.3"
3131futures = " 0.1.7"
3232futures-state-stream = " 0.1"
33- postgres-protocol = { version = " 0.2.2 " , path = " ../postgres-protocol" }
34- postgres-shared = { version = " 0.2.1 " , path = " ../postgres-shared" }
33+ postgres-protocol = { version = " 0.3.0 " , path = " ../postgres-protocol" }
34+ postgres-shared = { version = " 0.3.0 " , path = " ../postgres-shared" }
3535tokio-core = " 0.1"
3636tokio-dns-unofficial = " 0.1"
3737tokio-io = " 0.1"
You can’t perform that action at this time.
0 commit comments