@@ -5,7 +5,6 @@ version = { workspace = true }
55authors = [
" Demmie <[email protected] >" ]
66edition = " 2021"
77license = " Mozilla Public License 2.0"
8- license-file = " LICENSE"
98repository = " https://github.com/2e3s/awatcher"
109
1110[[bin ]]
@@ -22,29 +21,29 @@ members = ["watchers"]
2221version = " 0.3.1"
2322
2423[workspace .dependencies ]
25- anyhow = " 1.0.93 "
24+ anyhow = " 1.0.95 "
2625log = { 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 ]
3130rstest = " 0.23.0"
32- tempfile = " 3.13 .0"
31+ tempfile = " 3.14 .0"
3332
3433[dependencies ]
3534watchers = { path = " ./watchers" , default-features = false }
36- chrono = " 0.4.38 "
35+ chrono = " 0.4.39 "
3736toml = " 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" ] }
4039log = { workspace = true }
4140anyhow = { workspace = true }
4241tokio = { workspace = true , features = [" rt" , " macros" , " signal" ] }
4342
4443ksni = {version = " 0.2.2" , optional = true }
4544aw-server = { git = " https://github.com/ActivityWatch/aw-server-rust" , optional = true , rev = " 656f3c9" }
4645aw-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 }
4847serde = { workspace = true , optional = true }
4948
5049[features ]
0 commit comments