Skip to content

Commit 5bf5b1c

Browse files
authored
chore: bump oneshot (#34)
1 parent e147cf6 commit 5bf5b1c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/copper/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pistonite-cu"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
edition = "2024"
55
description = "Battery-included common utils to speed up development of rust tools"
66
repository = "https://github.com/Pistonite/cu"
@@ -18,11 +18,11 @@ anyhow = "1.0.100"
1818
log = "0.4.29"
1919

2020
# --- Command Line Interface ---
21-
oneshot = { version = "0.1.12", optional = true }
21+
oneshot = { version = "0.1.13", optional = true }
2222
env_filter = { version = "0.1.4", optional = true }
2323
terminal_size = { version = "0.4.3", optional = true }
2424
unicode-width = { version = "0.2.2", features = ["cjk"], optional = true }
25-
clap = { version = "4.5.54", features = ["derive"], optional = true }
25+
clap = { version = "4.5.55", features = ["derive"], optional = true }
2626
regex = { version = "1.12.2", optional = true }
2727
ctrlc = { version = "3.5.1", optional = true }
2828

0 commit comments

Comments
 (0)