Skip to content

Commit 694ea34

Browse files
deps(cargo): bump the rust-dependencies group across 1 directory with 2 updates
Bumps the rust-dependencies group with 2 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio) and [libc](https://github.com/rust-lang/libc). Updates `tokio` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.183...0.2.184) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4167ce commit 694ea34

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pollster = "0.4.0"
1919
rust-embed = "8.11.0"
2020
serde = { version = "1.0.228", features = ["derive"] }
2121
serde_json = "1.0.149"
22-
tokio = { version = "1.50.0", features = ["full"] }
22+
tokio = { version = "1.51.0", features = ["full"] }
2323
tracing = "0.1.44"
2424
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
2525
gstreamer = "0.25.1"
@@ -39,7 +39,7 @@ uuid = { version = "1.23.0", features = ["v4"] }
3939
clap = { version = "4.6.0", features = ["derive"] }
4040
ratatui = "0.30.0"
4141
crossterm = "0.29.0"
42-
libc = "0.2.183"
42+
libc = "0.2.184"
4343
dng = "1.5.4"
4444
async-stream = "0.3.6"
4545
# Native libcamera bindings for direct camera access (bypasses GStreamer)

0 commit comments

Comments
 (0)