Skip to content

Commit 83b31e1

Browse files
cargo: bump the patch group with 2 updates (#2099)
Bumps the patch group with 2 updates: [serde](https://github.com/serde-rs/serde) 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>
1 parent a3f31e7 commit 83b31e1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -17,6 +17,6 @@ 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.202"
20+
serde = "1.0.203"
2121
serde_json = "1.0.117"
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
@@ -7,4 +7,4 @@ edition = "2021"
77
futures-util = { version = "0.3.30", features = ["sink"] }
88
http = "1.1.0"
99
tokio = { version = "1.37.0", features = ["full"] }
10-
tokio-websockets = { version = "0.8.2", features = ["client", "fastrand", "server", "sha1_smol"] }
10+
tokio-websockets = { version = "0.8.3", features = ["client", "fastrand", "server", "sha1_smol"] }

0 commit comments

Comments
 (0)