26d7b38b03
Updates the requirements on [hmac](https://github.com/RustCrypto/MACs) to permit the latest version. - [Release notes](https://github.com/RustCrypto/MACs/releases) - [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.8.0...hmac-v0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
22 lines
454 B
TOML
22 lines
454 B
TOML
[package]
|
|
name = "postgres-protocol"
|
|
version = "0.5.2"
|
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
|
edition = "2018"
|
|
description = "Low level Postgres protocol APIs"
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/sfackler/rust-postgres"
|
|
readme = "../README.md"
|
|
|
|
[dependencies]
|
|
base64 = "0.12"
|
|
byteorder = "1.0"
|
|
bytes = "0.5"
|
|
fallible-iterator = "0.2"
|
|
hmac = "0.9"
|
|
md5 = "0.7"
|
|
memchr = "2.0"
|
|
rand = "0.7"
|
|
sha2 = "0.9"
|
|
stringprep = "0.1"
|