Skip to content

Commit

Permalink
Bump the crates-io group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the crates-io group with 2 updates: [pep440_rs](https://github.com/konstin/pep440-rs) and [rustls](https://github.com/rustls/rustls).


Updates `pep440_rs` from 0.3.12 to 0.4.0
- [Changelog](https://github.com/konstin/pep440-rs/blob/main/Changelog.md)
- [Commits](konstin/pep440-rs@v0.3.12...v0.4.0)

Updates `rustls` from 0.21.10 to 0.22.2
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.21.10...v/0.22.2)

---
updated-dependencies:
- dependency-name: pep440_rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 6030857 commit 16b8f9e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 10 deletions.
59 changes: 51 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cc = "1.0.72"
dunce = "1.0.2"
normpath = "1.0.0"
path-slash = "0.2.1"
pep440_rs = { version = "0.3.6", features = ["serde"] }
pep440_rs = { version = "0.4.0", features = ["serde"] }
pep508_rs = { version = "0.2.1", features = ["serde"] }
time = "0.3.17"

Expand Down Expand Up @@ -100,7 +100,7 @@ dirs = { version = "5.0.0", optional = true }
multipart = { version = "0.18.0", features = ["client"], default-features = false, optional = true }
ureq = { version = "2.9.1", features = ["gzip", "json", "socks-proxy"], default-features = false, optional = true }
native-tls = { version = "0.2.8", optional = true }
rustls = { version = "0.21.9", optional = true }
rustls = { version = "0.22.2", optional = true }
rustls-pemfile = { version = "2.0.0", optional = true }
keyring = { version = "2.0.0", default-features = false, features = ["linux-no-secret-service"], optional = true }
wild = { version = "2.1.0", optional = true }
Expand Down

0 comments on commit 16b8f9e

Please sign in to comment.