mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 15:49:58 +00:00
## 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.
21 lines
443 B
TOML
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"] }
|