188e5eb656
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.10.0...v0.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
23 lines
494 B
TOML
23 lines
494 B
TOML
[package]
|
|
name = "postgres-protocol"
|
|
version = "0.5.0-alpha.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-protocol"
|
|
readme = "../README.md"
|
|
|
|
[dependencies]
|
|
base64 = "0.11"
|
|
byteorder = "1.0"
|
|
bytes = "0.5"
|
|
fallible-iterator = "0.2"
|
|
generic-array = "0.13"
|
|
hmac = "0.7"
|
|
md5 = "0.6"
|
|
memchr = "2.0"
|
|
rand = "0.7"
|
|
sha2 = "0.8"
|
|
stringprep = "0.1"
|