Skip to content

Commit

Permalink
build(deps): Bump rustls-pemfile from 1.0.3 to 1.0.4
Browse files Browse the repository at this point in the history
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.3 to 1.0.4.
- [Commits](rustls/pemfile@v/1.0.3...v/1.0.4)

---
updated-dependencies:
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Xynnn007 committed Nov 15, 2023
1 parent c4b4ce8 commit 8a516bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kbs/src/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rand = "0.8.5"
reqwest = { version = "0.11", features = ["json"], optional = true }
rsa = { version = "0.9.2", optional = true, features = ["sha2"] }
rustls = { version = "0.20.8", optional = true }
rustls-pemfile = { version = "1.0.2", optional = true }
rustls-pemfile = { version = "1.0.4", optional = true }
semver = "1.0.16"
serde = { version = "1.0", features = ["derive"] }
serde_json.workspace = true
Expand Down

0 comments on commit 8a516bf

Please sign in to comment.