1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-15 22:00:26 +02:00

cargo: bump the minor group with 4 updates (#2387)

Bumps the minor group with 4 updates:
[regex](https://github.com/rust-lang/regex),
[buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator),
[tempfile](https://github.com/Stebalien/tempfile) and
[tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets).

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-10-01 14:00:01 +01:00
committed by GitHub
parent c23c0c9312
commit be9ed92365
5 changed files with 24 additions and 24 deletions

View File

@ -5,4 +5,4 @@ edition = "2021"
publish = false
[dependencies]
buddy_system_allocator = "0.10.0"
buddy_system_allocator = "0.11.0"

View File

@ -7,4 +7,4 @@ edition = "2021"
futures-util = { version = "0.3.30", features = ["sink"] }
http = "1.1.0"
tokio = { version = "1.40.0", features = ["full"] }
tokio-websockets = { version = "0.9.0", features = ["client", "fastrand", "server", "sha1_smol"] }
tokio-websockets = { version = "0.10.1", features = ["client", "fastrand", "server", "sha1_smol"] }

View File

@ -18,4 +18,4 @@ scraper = "0.20.0"
thiserror = "1.0.63"
[dev-dependencies]
tempfile = "3.12.0"
tempfile = "3.13.0"