We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a029e commit 630f179Copy full SHA for 630f179
postgres-protocol/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.6.3 - 2021-12-10
4
+
5
+### Changed
6
7
+* Upgraded `hmac`, `md-5` and `sha`.
8
9
## v0.6.2 - 2021-09-29
10
11
### Changed
postgres-protocol/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres-protocol"
-version = "0.6.2"
+version = "0.6.3"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
description = "Low level Postgres protocol APIs"
0 commit comments