Skip to content

Commit

Permalink
Bump the minor-patch group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 2 updates in the / directory: [bytes](https://github.com/tokio-rs/bytes) and [rsa](https://github.com/RustCrypto/RSA).


Updates `bytes` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.8.0...v1.9.0)

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)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: rsa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 02f7e62 commit 8a4a1a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions tower-oauth2-resource-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ url = { version = "2.5.4", features = ["serde"] }
[dev-dependencies]
base64 = "0.22.1"
http-body-util = "0.1.2"
bytes = "1.8.0"
bytes = "1.9.0"
lazy_static = "1.4.0"
mockall = "0.13.1"
rand = "0.8.5"
rsa = "0.9.6"
rsa = "0.9.7"
serde_json = "1.0.133"
tower = { workspace = true, features = ["util"] }
tokio = { workspace = true, features = ["rt-multi-thread"]}
Expand Down

0 comments on commit 8a4a1a0

Please sign in to comment.