Skip to content

Commit

Permalink
build(deps): Bump rustls-pemfile from 2.0.0 to 2.1.0 (#2710)
Browse files Browse the repository at this point in the history
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/2.0.0...v/2.1.0)

---
updated-dependencies:
- dependency-name: rustls-pemfile
  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>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent d4b3267 commit 4253eea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ reqwest = { version = "0.11.24", default-features = false, features = ["rustls-t
ring = "0.17.8"
routefinder = "0.5.4"
rustls = "0.22.2"
rustls-pemfile = "2.0.0"
rustls-pemfile = "2.1.0"
serde.workspace = true
serde_json.workspace = true
serde_urlencoded = "0.7.1"
Expand Down

0 comments on commit 4253eea

Please sign in to comment.