Skip to content

Commit be9ed92

Browse files
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c23c0c9 commit be9ed92

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdbook-course/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ log = "0.4.22"
1616
matter = "0.1.0-alpha4"
1717
mdbook = "0.4.40"
1818
pretty_env_logger = "0.5.0"
19-
regex = "1.10"
19+
regex = "1.11"
2020
serde = "1.0.209"
2121
serde_json = "1.0.127"
2222
serde_yaml = "0.9"

src/bare-metal/useful-crates/allocator-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
buddy_system_allocator = "0.10.0"
8+
buddy_system_allocator = "0.11.0"

src/concurrency/async-exercises/chat-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2021"
77
futures-util = { version = "0.3.30", features = ["sink"] }
88
http = "1.1.0"
99
tokio = { version = "1.40.0", features = ["full"] }
10-
tokio-websockets = { version = "0.9.0", features = ["client", "fastrand", "server", "sha1_smol"] }
10+
tokio-websockets = { version = "0.10.1", features = ["client", "fastrand", "server", "sha1_smol"] }

src/concurrency/sync-exercises/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ scraper = "0.20.0"
1818
thiserror = "1.0.63"
1919

2020
[dev-dependencies]
21-
tempfile = "3.12.0"
21+
tempfile = "3.13.0"

0 commit comments

Comments
 (0)