Skip to content

Commit 13b3490

Browse files
chore(deps): bump rustls-pki-types from 1.12.0 to 1.13.0 (#224)
Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.12.0...v/1.13.0) --- updated-dependencies: - dependency-name: rustls-pki-types dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0a0834 commit 13b3490

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.

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rust_decimal.workspace = true
2828
tokio = { version = "1.48", features = ["sync", "net"] }
2929
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
3030
rustls-pemfile = "2.0"
31-
rustls-pki-types = "1.0"
31+
rustls-pki-types = "1.13"
3232

3333
[dev-dependencies]
3434
env_logger = "0.11"

0 commit comments

Comments
 (0)