Skip to content

Commit 3412c8c

Browse files
build(deps): bump the rust-dependencies group with 3 updates
Bumps the rust-dependencies group with 3 updates: [notify](https://github.com/notify-rs/notify), [rustls](https://github.com/rustls/rustls) and [serde_json](https://github.com/serde-rs/json). Updates `notify` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](notify-rs/notify@notify-7.0.0...notify-8.0.0) Updates `rustls` from 0.23.21 to 0.23.22 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.21...v/0.23.22) Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.138) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-dependencies - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 17ee3f7 commit 3412c8c

File tree

2 files changed

+13
-25
lines changed

2 files changed

+13
-25
lines changed

Cargo.lock

+12-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tuic-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ socket2 = { version = "0.5", default-features = false }
2626
arc-swap = "1"
2727
uuid = { version = "1", default-features = false, features = ["serde", "std", "v4"] }
2828
chashmap = { package = "chashmap-async", version = "0.1" }
29-
notify = "7"
29+
notify = "8"
3030

3131
# QUIC
3232
quinn = { version = "0.11", default-features = false, features = ["runtime-tokio", "log"] }

0 commit comments

Comments
 (0)