Skip to content

Commit 724114f

Browse files
fix(deps): bump rustls-native-certs from 0.8.2 to 0.8.3
Bumps [rustls-native-certs](https://github.com/rustls/rustls-native-certs) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/rustls/rustls-native-certs/releases) - [Commits](rustls/rustls-native-certs@v/0.8.2...v/0.8.3) --- updated-dependencies: - dependency-name: rustls-native-certs dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e14ea18 commit 724114f

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

Cargo.lock

Lines changed: 15 additions & 9 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
@@ -88,7 +88,7 @@ reqwest = { version = "0.12.14", default-features = false, features = ["http2",
8888
ring = "0.17.14"
8989
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
9090
rustls = "0.23.23"
91-
rustls-native-certs = "0.8.1"
91+
rustls-native-certs = "0.8.3"
9292
rustls-pemfile = "2.1.0"
9393
rustyline = { version = "15.0.0", features = ["custom-bindings", "derive", "with-file-history"], default-features = false }
9494
security-framework = "3.2.0"

0 commit comments

Comments
 (0)