Skip to content

Commit a7800f7

Browse files
chore(deps): Bump tokio-postgres from 0.7.7 to 0.7.9 (vectordotdev#18316)
* chore(deps): Bump tokio-postgres from 0.7.7 to 0.7.9 Bumps [tokio-postgres](https://github.com/sfackler/rust-postgres) from 0.7.7 to 0.7.9. - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.7...tokio-postgres-v0.7.9) --- updated-dependencies: - dependency-name: tokio-postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update LICENSE-3rdparty.csv --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Fox <[email protected]>
1 parent 54d48d7 commit a7800f7

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

Cargo.lock

+20-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ stream-cancel = { version = "0.8.1", default-features = false }
320320
strip-ansi-escapes = { version = "0.2.0", default-features = false }
321321
syslog = { version = "6.1.0", default-features = false, optional = true }
322322
tikv-jemallocator = { version = "0.5.4", default-features = false, optional = true }
323-
tokio-postgres = { version = "0.7.7", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
323+
tokio-postgres = { version = "0.7.9", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
324324
tokio-tungstenite = {version = "0.20.0", default-features = false, features = ["connect"], optional = true}
325325
toml = { version = "0.7.6", default-features = false, features = ["parse", "display"] }
326326
tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }

LICENSE-3rdparty.csv

+1
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ webbrowser,https://github.com/amodm/webbrowser-rs,MIT OR Apache-2.0,Amod Malviya
619619
webpki,https://github.com/briansmith/webpki,ISC,Brian Smith <[email protected]>
620620
webpki-roots,https://github.com/rustls/webpki-roots,MPL-2.0,Joseph Birr-Pixton <[email protected]>
621621
wepoll-ffi,https://github.com/aclysma/wepoll-ffi,MIT OR Apache-2.0 OR BSD-2-Clause,Philip Degarmo <[email protected]>
622+
whoami,https://github.com/ardaku/whoami,Apache-2.0 OR BSL-1.0 OR MIT,The whoami Authors
622623
widestring,https://github.com/starkat99/widestring-rs,MIT OR Apache-2.0,Kathryn Long <[email protected]>
623624
widestring,https://github.com/starkat99/widestring-rs,MIT OR Apache-2.0,The widestring Authors
624625
winapi,https://github.com/retep998/winapi-rs,MIT OR Apache-2.0,Peter Atashian <[email protected]>

0 commit comments

Comments
 (0)