mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-03 05:20:38 +00:00
## Problem Closes https://github.com/neondatabase/neon/security/dependabot/56 Supersedes https://github.com/neondatabase/neon/pull/7013 Workflow run: https://github.com/neondatabase/neon/actions/runs/8157302480 ## Summary of changes - Update client libs for `test_runner/pg_clients` to their latest versions
18 lines
398 B
TOML
18 lines
398 B
TOML
[package]
|
|
name = "rust-neon-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
native-tls = "0.2.11"
|
|
postgres-native-tls = "0.5.0"
|
|
tokio = { version = "1.36", features=["rt", "macros"] }
|
|
tokio-postgres = "0.7.10"
|
|
|
|
|
|
# This is not part of the main 'neon' workspace
|
|
[workspace]
|