Skip to content

Commit

Permalink
Release postgres-protocol v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 2, 2025
1 parent 1ed6365 commit 966724c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions postgres-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.6.8 - 2025-02-02

### Changed

* Upgraded `getrandom`.

## v0.6.7 - 2024-07-21

### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion postgres-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres-protocol"
version = "0.6.7"
version = "0.6.8"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
description = "Low level Postgres protocol APIs"
Expand Down
2 changes: 1 addition & 1 deletion postgres-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ with-time-0_3 = ["time-03"]
[dependencies]
bytes = "1.0"
fallible-iterator = "0.2"
postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" }
postgres-protocol = { version = "0.6.8", path = "../postgres-protocol" }
postgres-derive = { version = "0.4.6", optional = true, path = "../postgres-derive" }

array-init = { version = "2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ parking_lot = "0.12"
percent-encoding = "2.0"
pin-project-lite = "0.2"
phf = "0.11"
postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" }
postgres-protocol = { version = "0.6.8", path = "../postgres-protocol" }
postgres-types = { version = "0.2.8", path = "../postgres-types" }
tokio = { version = "1.27", features = ["io-util"] }
tokio-util = { version = "0.7", features = ["codec"] }
Expand Down

0 comments on commit 966724c

Please sign in to comment.