Skip to content

Commit 56ae649

Browse files
cargo: bump the patch group with 6 updates (#2291)
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.15` | `4.5.16` | | [serde](https://github.com/serde-rs/serde) | `1.0.206` | `1.0.208` | | [serde_json](https://github.com/serde-rs/json) | `1.0.124` | `1.0.125` | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` | | [cxx](https://github.com/dtolnay/cxx) | `1.0.124` | `1.0.126` | | [cxx-build](https://github.com/dtolnay/cxx) | `1.0.124` | `1.0.126` | Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64bf553 commit 56ae649

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 18 additions & 18 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ description = "An mdbook preprocessor for comprehensive-rust."
1010

1111
[dependencies]
1212
anyhow = "1.0.86"
13-
clap = "4.5.15"
13+
clap = "4.5.16"
1414
lazy_static = "1.5"
1515
log = "0.4.22"
1616
matter = "0.1.0-alpha4"
1717
mdbook = "0.4.40"
1818
pretty_env_logger = "0.5.0"
1919
regex = "1.10"
20-
serde = "1.0.206"
21-
serde_json = "1.0.124"
20+
serde = "1.0.208"
21+
serde_json = "1.0.125"
2222
serde_yaml = "0.9"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2021"
66
[dependencies]
77
futures-util = { version = "0.3.30", features = ["sink"] }
88
http = "1.1.0"
9-
tokio = { version = "1.39.2", features = ["full"] }
9+
tokio = { version = "1.39.3", features = ["full"] }
1010
tokio-websockets = { version = "0.9.0", features = ["client", "fastrand", "server", "sha1_smol"] }

0 commit comments

Comments
 (0)