Skip to content

Commit cfcbdca

Browse files
committed
Upgrade dependencies
1 parent 5b5739d commit cfcbdca

File tree

2 files changed

+42
-43
lines changed

2 files changed

+42
-43
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = { workspace = true }
55
authors = ["Demmie <[email protected]>"]
66
edition = "2021"
77
license = "Mozilla Public License 2.0"
8-
license-file = "LICENSE"
98
repository = "https://github.com/2e3s/awatcher"
109

1110
[[bin]]
@@ -22,29 +21,29 @@ members = ["watchers"]
2221
version = "0.3.1"
2322

2423
[workspace.dependencies]
25-
anyhow = "1.0.93"
24+
anyhow = "1.0.95"
2625
log = { version = "0.4.22", features = ["std"] }
27-
tokio = { version = "1.41.1" }
28-
serde = "1.0.214"
26+
tokio = { version = "1.42.0" }
27+
serde = "1.0.216"
2928

3029
[dev-dependencies]
3130
rstest = "0.23.0"
32-
tempfile = "3.13.0"
31+
tempfile = "3.14.0"
3332

3433
[dependencies]
3534
watchers = { path = "./watchers", default-features = false }
36-
chrono = "0.4.38"
35+
chrono = "0.4.39"
3736
toml = "0.8.19"
38-
clap = { version = "4.5.20", features = ["string"] }
39-
fern = { version = "0.7.0", features = ["colored"] }
37+
clap = { version = "4.5.23", features = ["string"] }
38+
fern = { version = "0.7.1", features = ["colored"] }
4039
log = { workspace = true }
4140
anyhow = { workspace = true }
4241
tokio = { workspace = true, features = ["rt", "macros", "signal"] }
4342

4443
ksni = {version = "0.2.2", optional = true}
4544
aw-server = { git = "https://github.com/ActivityWatch/aw-server-rust", optional = true, rev = "656f3c9" }
4645
aw-datastore = { git = "https://github.com/ActivityWatch/aw-server-rust", optional = true, rev = "656f3c9" }
47-
open = { version = "5.3.0", optional = true }
46+
open = { version = "5.3.1", optional = true }
4847
serde = { workspace = true, optional = true }
4948

5049
[features]

0 commit comments

Comments
 (0)