Skip to content

Commit fe34366

Browse files
Bump the rust-dependencies group across 1 directory with 3 updates
Bumps the rust-dependencies group with 3 updates in the / directory: [libc](https://github.com/rust-lang/libc), [tempfile](https://github.com/Stebalien/tempfile) and [clap](https://github.com/clap-rs/clap). Updates `libc` from 0.2.170 to 0.2.171 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.171/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.170...0.2.171) Updates `tempfile` from 3.17.1 to 3.19.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.17.1...v3.19.0) Updates `clap` from 4.5.31 to 4.5.32 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.31...clap_complete-v4.5.32) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e551d8e commit fe34366

File tree

3 files changed

+41
-23
lines changed

3 files changed

+41
-23
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/YaLTeR/wl-clipboard-rs"
1010
keywords = ["wayland", "clipboard"]
1111

1212
[workspace.dependencies]
13-
libc = "0.2.170"
13+
libc = "0.2.171"
1414
log = "0.4.26"
1515
rustix = "0.38.44"
1616

@@ -33,7 +33,7 @@ libc.workspace = true
3333
log.workspace = true
3434
os_pipe = { version = "1.2.1", features = ["io_safety"] }
3535
rustix = { workspace = true, features = ["fs", "event"] }
36-
tempfile = "3.17.1"
36+
tempfile = "3.19.0"
3737
thiserror = "2"
3838
tree_magic_mini = "3.1.6"
3939
wayland-backend = "0.3.8"

Diff for: wl-clipboard-rs-tools/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
1313

1414
[dependencies]
1515
anyhow = "1.0.97"
16-
clap = { version = "4.5.31", features = ["derive", "wrap_help"] }
16+
clap = { version = "4.5.32", features = ["derive", "wrap_help"] }
1717
libc.workspace = true
1818
log.workspace = true
1919
mime_guess = "2.0.5"
@@ -22,7 +22,7 @@ stderrlog = "0.6.0"
2222
wl-clipboard-rs = { path = "../", version = "0.9.2" }
2323

2424
[build-dependencies]
25-
clap = { version = "4.5.31", features = ["derive", "wrap_help"] }
25+
clap = { version = "4.5.32", features = ["derive", "wrap_help"] }
2626
clap_complete = "4.5.46"
2727
clap_mangen = "0.2.26"
2828

0 commit comments

Comments
 (0)