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# Change Log
22
3+ ## v0.6.0 - 2020-12-25
4+
5+ ### Changed
6+
7+ * Upgraded ` bytes ` , ` hmac ` , and ` rand ` .
8+
9+ ### Added
10+
11+ * Added ` escape::{escape_literal, escape_identifier} ` .
12+
313## v0.5.3 - 2020-10-17
414
515### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres-protocol"
3- version = " 0.5.3 "
3+ version = " 0.6.0 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66description = " Low level Postgres protocol APIs"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ with-time-0_2 = ["time-02"]
2424[dependencies ]
2525bytes = " 1.0"
2626fallible-iterator = " 0.2"
27- postgres-protocol = { version = " 0.5 .0" , path = " ../postgres-protocol" }
27+ postgres-protocol = { version = " 0.6 .0" , path = " ../postgres-protocol" }
2828postgres-derive = { version = " 0.4.0" , optional = true , path = " ../postgres-derive" }
2929
3030bit-vec-06 = { version = " 0.6" , package = " bit-vec" , optional = true }
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ parking_lot = "0.11"
4747percent-encoding = " 2.0"
4848pin-project-lite = " 0.2"
4949phf = " 0.8"
50- postgres-protocol = { version = " 0.5 .0" , path = " ../postgres-protocol" }
50+ postgres-protocol = { version = " 0.6 .0" , path = " ../postgres-protocol" }
5151postgres-types = { version = " 0.1.2" , path = " ../postgres-types" }
5252socket2 = " 0.3"
5353tokio = { version = " 1.0" , features = [" io-util" ] }
You can’t perform that action at this time.
0 commit comments