File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
13
## v0.5.3 - 2020-10-17
4
14
5
15
### Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-protocol"
3
- version = " 0.5.3 "
3
+ version = " 0.6.0 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
description = " 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"]
24
24
[dependencies ]
25
25
bytes = " 1.0"
26
26
fallible-iterator = " 0.2"
27
- postgres-protocol = { version = " 0.5 .0" , path = " ../postgres-protocol" }
27
+ postgres-protocol = { version = " 0.6 .0" , path = " ../postgres-protocol" }
28
28
postgres-derive = { version = " 0.4.0" , optional = true , path = " ../postgres-derive" }
29
29
30
30
bit-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"
47
47
percent-encoding = " 2.0"
48
48
pin-project-lite = " 0.2"
49
49
phf = " 0.8"
50
- postgres-protocol = { version = " 0.5 .0" , path = " ../postgres-protocol" }
50
+ postgres-protocol = { version = " 0.6 .0" , path = " ../postgres-protocol" }
51
51
postgres-types = { version = " 0.1.2" , path = " ../postgres-types" }
52
52
socket2 = " 0.3"
53
53
tokio = { version = " 1.0" , features = [" io-util" ] }
You can’t perform that action at this time.
0 commit comments