Skip to content

Commit

Permalink
Bump the rust group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the rust group with 4 updates: [bytes](https://github.com/tokio-rs/bytes), [reqwest](https://github.com/seanmonstar/reqwest), [rustls](https://github.com/rustls/rustls) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `bytes` from 1.7.1 to 1.7.2
- [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.7.1...v1.7.2)

Updates `reqwest` from 0.12.7 to 0.12.8
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8)

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

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 761a5c0 commit 1eb7e62
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions lib/srv/desktop/rdp/rdpclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["staticlib"]
bitflags = "2.5.0"
boring = { git = "https://github.com/gravitational/boring", rev="99897308abb5976ea05625b8314c24b16eebb01b", optional = true }
byteorder = "1.5.0"
bytes = "1.7.1"
bytes = "1.7.2"
env_logger = "0.11.5"
ironrdp-cliprdr.workspace = true
ironrdp-connector.workspace = true
Expand Down Expand Up @@ -43,11 +43,11 @@ picky = { version = "7.0.0-rc.9", default-features = false }
picky-asn1-der = "0.5.0"
picky-asn1-x509 = "0.13.0"
reqwest = { version = "0.12", default-features = false }
rustls = { version = "0.23.11", default-features = false, features = ["ring"] }
rustls = { version = "0.23.13", default-features = false, features = ["ring"] }

[build-dependencies]
cbindgen = "0.27.0"
tempfile = "3.12.0"
tempfile = "3.13.0"

[features]
fips = ["tokio-boring/fips", "boring/fips"]

0 comments on commit 1eb7e62

Please sign in to comment.