mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-30 19:40:39 +00:00
## Problem @dependabot has bumped `rustix` 0.36 version to the latest in https://github.com/neondatabase/neon/pull/5591, but didn't bump 0.37. Also, update all Rust dependencies for `test_runner/pg_clients/rust/tokio-postgres`. Fixes - https://github.com/neondatabase/neon/security/dependabot/39 - https://github.com/neondatabase/neon/security/dependabot/40 ## Summary of changes - `cargo update -p rustix@0.37.19` - Update all dependencies for `test_runner/pg_clients/rust/tokio-postgres`
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.33", features=["rt", "macros"] }
|
|
tokio-postgres = "0.7.10"
|
|
|
|
|
|
# This is not part of the main 'neon' workspace
|
|
[workspace]
|