You've already forked comprehensive-rust
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:
@ -5,4 +5,4 @@ edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
buddy_system_allocator = "0.10.0"
|
||||
buddy_system_allocator = "0.11.0"
|
||||
|
@ -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"] }
|
||||
|
@ -18,4 +18,4 @@ scraper = "0.20.0"
|
||||
thiserror = "1.0.63"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.12.0"
|
||||
tempfile = "3.13.0"
|
||||
|
Reference in New Issue
Block a user