Skip to content

Commit

Permalink
build(deps): bump the cargo group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates: [rsa](https://github.com/RustCrypto/RSA) and [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls).


Updates `rsa` from 0.9.6 to 0.9.7
- [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.7/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.9.6...v0.9.7)

Updates `kvm-ioctls` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases)
- [Changelog](https://github.com/rust-vmm/kvm/blob/v0.19.1/CHANGELOG.md)
- [Commits](rust-vmm/kvm@v0.19.0...v0.19.1)

---
updated-dependencies:
- dependency-name: rsa
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: kvm-ioctls
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 18ed5c5 commit 50b6a9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ hex = "0.4.3"
libc = "0.2.161"
lazy_static = "1.4.0"
p384 = { version = "0.13.0", optional = true }
rsa = { version = "0.9.6", optional = true }
rsa = { version = "0.9.7", optional = true }
sha2 = { version = "0.10.8", optional = true }
x509-cert = { version = "0.2.5", optional = true }
byteorder = "1.4.3"
Expand Down

0 comments on commit 50b6a9e

Please sign in to comment.