Skip to content

Commit 966724c

Browse files
committed
Release postgres-protocol v0.6.8
1 parent 1ed6365 commit 966724c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

postgres-protocol/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.6.8 - 2025-02-02
4+
5+
### Changed
6+
7+
* Upgraded `getrandom`.
8+
39
## v0.6.7 - 2024-07-21
410

511
### Deprecated

postgres-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-protocol"
3-
version = "0.6.7"
3+
version = "0.6.8"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
description = "Low level Postgres protocol APIs"

postgres-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ with-time-0_3 = ["time-03"]
3333
[dependencies]
3434
bytes = "1.0"
3535
fallible-iterator = "0.2"
36-
postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" }
36+
postgres-protocol = { version = "0.6.8", path = "../postgres-protocol" }
3737
postgres-derive = { version = "0.4.6", optional = true, path = "../postgres-derive" }
3838

3939
array-init = { version = "2", optional = true }

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ parking_lot = "0.12"
5757
percent-encoding = "2.0"
5858
pin-project-lite = "0.2"
5959
phf = "0.11"
60-
postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" }
60+
postgres-protocol = { version = "0.6.8", path = "../postgres-protocol" }
6161
postgres-types = { version = "0.2.8", path = "../postgres-types" }
6262
tokio = { version = "1.27", features = ["io-util"] }
6363
tokio-util = { version = "0.7", features = ["codec"] }

0 commit comments

Comments
 (0)