Skip to content

Commit 4a507a5

Browse files
Bump oneshot from 0.1.11 to 0.1.12 in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [oneshot](https://github.com/faern/oneshot). Updates `oneshot` from 0.1.11 to 0.1.12 - [Changelog](https://github.com/faern/oneshot/blob/main/CHANGELOG.md) - [Commits](faern/oneshot@v0.1.11...v0.1.12) --- updated-dependencies: - dependency-name: oneshot dependency-version: 0.1.12 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66296bd commit 4a507a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tips = ["rand"]
2121
clap = { version = "4.5.20", features = ["derive"] }
2222
linutil_core = { version = "25.12.18", path = "../core" }
2323
nix = { version = "0.29.0", features = [ "user" ] }
24-
oneshot = { version = "0.1.8", features = ["std"], default-features = false }
24+
oneshot = { version = "0.1.12", features = ["std"], default-features = false }
2525
portable-pty = "0.8.1"
2626
rand = { version = "0.8.5", optional = true }
2727
ratatui = { version = "0.29.0", features = ["crossterm"], default-features = false }

0 commit comments

Comments
 (0)