File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.6.8 - 2025-02-02
4
+
5
+ ### Changed
6
+
7
+ * Upgraded ` getrandom ` .
8
+
3
9
## v0.6.7 - 2024-07-21
4
10
5
11
### Deprecated
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-protocol"
3
- version = " 0.6.7 "
3
+ version = " 0.6.8 "
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 @@ -33,7 +33,7 @@ with-time-0_3 = ["time-03"]
33
33
[dependencies ]
34
34
bytes = " 1.0"
35
35
fallible-iterator = " 0.2"
36
- postgres-protocol = { version = " 0.6.7 " , path = " ../postgres-protocol" }
36
+ postgres-protocol = { version = " 0.6.8 " , path = " ../postgres-protocol" }
37
37
postgres-derive = { version = " 0.4.6" , optional = true , path = " ../postgres-derive" }
38
38
39
39
array-init = { version = " 2" , optional = true }
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ parking_lot = "0.12"
57
57
percent-encoding = " 2.0"
58
58
pin-project-lite = " 0.2"
59
59
phf = " 0.11"
60
- postgres-protocol = { version = " 0.6.7 " , path = " ../postgres-protocol" }
60
+ postgres-protocol = { version = " 0.6.8 " , path = " ../postgres-protocol" }
61
61
postgres-types = { version = " 0.2.8" , path = " ../postgres-types" }
62
62
tokio = { version = " 1.27" , features = [" io-util" ] }
63
63
tokio-util = { version = " 0.7" , features = [" codec" ] }
You can’t perform that action at this time.
0 commit comments