Files
neon/libs/proxy/postgres-protocol2/Cargo.toml
Folke Behrens 1dce65308d Update base64 to 0.22 (#12215)
## Problem

Base64 0.13 is outdated.

## Summary of changes

Update base64 to 0.22. Affects mostly proxy and proxy libs. Also upgrade
serde_with to remove another dep on base64 0.13 from dep tree.
2025-06-12 16:12:47 +00:00

21 lines
443 B
TOML

[package]
name = "postgres-protocol2"
version = "0.1.0"
edition = "2024"
license = "MIT/Apache-2.0"
[dependencies]
base64.workspace = true
byteorder.workspace = true
bytes.workspace = true
fallible-iterator.workspace = true
hmac.workspace = true
memchr = "2.0"
rand.workspace = true
sha2.workspace = true
stringprep = "0.1"
tokio = { workspace = true, features = ["rt"] }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }