Skip to content

Commit 9c4debf

Browse files
Update Rust crate tokio-postgres to v0.7.12 (#9449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2051a24 commit 9c4debf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ tar = "=0.4.41"
118118
tempfile = "=3.12.0"
119119
thiserror = "=1.0.63"
120120
tokio = { version = "=1.40.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
121-
tokio-postgres = "=0.7.11"
121+
tokio-postgres = "=0.7.12"
122122
toml = "=0.8.19"
123123
tower = "=0.4.13"
124124
tower-http = { version = "=0.5.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }

0 commit comments

Comments
 (0)