Skip to content

Commit c950284

Browse files
committed
chore: Update dependencies
1 parent e7bf88b commit c950284

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "magic-opener"
33
version = "0.3.2"
4-
authors = ["Dan Sully"]
54
edition = "2024"
65
description = "An 'open' replacement that tries to do the right thing."
76
readme = "README.md"
@@ -16,17 +15,17 @@ name = "open"
1615
path = "src/main.rs"
1716

1817
[dependencies]
19-
clap = { version = "4.5", default-features = false, features = [
18+
clap = { version = "4.5.53", default-features = false, features = [
2019
"help",
2120
"std",
2221
"usage",
2322
] }
24-
thiserror = "2"
25-
tracing = "0.1.41"
26-
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
23+
thiserror = "2.0.17"
24+
tracing = "0.1.43"
25+
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
2726

2827
[dev-dependencies]
29-
testresult = "0"
28+
testresult = "0.4.1"
3029

3130
# https://stackoverflow.com/a/74545562/81120
3231
[lints.clippy]

0 commit comments

Comments
 (0)