Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Dec 24, 2024
1 parent 5b5739d commit cfcbdca
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 43 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = { workspace = true }
authors = ["Demmie <[email protected]>"]
edition = "2021"
license = "Mozilla Public License 2.0"
license-file = "LICENSE"
repository = "https://github.com/2e3s/awatcher"

[[bin]]
Expand All @@ -22,29 +21,29 @@ members = ["watchers"]
version = "0.3.1"

[workspace.dependencies]
anyhow = "1.0.93"
anyhow = "1.0.95"
log = { version = "0.4.22", features = ["std"] }
tokio = { version = "1.41.1" }
serde = "1.0.214"
tokio = { version = "1.42.0" }
serde = "1.0.216"

[dev-dependencies]
rstest = "0.23.0"
tempfile = "3.13.0"
tempfile = "3.14.0"

[dependencies]
watchers = { path = "./watchers", default-features = false }
chrono = "0.4.38"
chrono = "0.4.39"
toml = "0.8.19"
clap = { version = "4.5.20", features = ["string"] }
fern = { version = "0.7.0", features = ["colored"] }
clap = { version = "4.5.23", features = ["string"] }
fern = { version = "0.7.1", features = ["colored"] }
log = { workspace = true }
anyhow = { workspace = true }
tokio = { workspace = true, features = ["rt", "macros", "signal"] }

ksni = {version = "0.2.2", optional = true}
aw-server = { git = "https://github.com/ActivityWatch/aw-server-rust", optional = true, rev = "656f3c9" }
aw-datastore = { git = "https://github.com/ActivityWatch/aw-server-rust", optional = true, rev = "656f3c9" }
open = { version = "5.3.0", optional = true }
open = { version = "5.3.1", optional = true }
serde = { workspace = true, optional = true }

[features]
Expand Down

0 comments on commit cfcbdca

Please sign in to comment.