Skip to content

Commit a2736d9

Browse files
Update Rust crate tokio-postgres to v0.7.13 (#10496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca5eabc commit a2736d9

File tree

2 files changed

+83
-32
lines changed

2 files changed

+83
-32
lines changed

Cargo.lock

Lines changed: 82 additions & 31 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
@@ -117,7 +117,7 @@ tempfile = "=3.16.0"
117117
thiserror = "=2.0.11"
118118
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
119119
tokio = { version = "=1.43.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
120-
tokio-postgres = "=0.7.12"
120+
tokio-postgres = "=0.7.13"
121121
tokio-util = "=0.7.13"
122122
toml = "=0.8.19"
123123
tower = "=0.5.2"

0 commit comments

Comments
 (0)