Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Dec 27, 2023
1 parent 53266d5 commit 87d046f
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 89 deletions.
132 changes: 54 additions & 78 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "awatcher"
path = "src/main.rs"

[build-dependencies]
image = { version = "0.24.6" }
image = { version = "0.24.7" }

[workspace]
members = ["watchers"]
Expand All @@ -23,7 +23,7 @@ version = "0.2.4"
[workspace.dependencies]
anyhow = "1.0.75"
log = { version = "0.4.20", features = ["std"] }
tokio = { version = "1.32.0" }
tokio = { version = "1.35.1" }
serde = "1.0.193"

[dev-dependencies]
Expand All @@ -33,8 +33,8 @@ tempfile = "3.8.1"
[dependencies]
watchers = { path = "./watchers", default-features = false }
chrono = "0.4.31"
toml = "0.8.1"
clap = { version = "4.4.6", features = ["string"] }
toml = "0.8.8"
clap = { version = "4.4.11", features = ["string"] }
fern = { version = "0.6.2", features = ["colored"] }
log = { workspace = true }
anyhow = { workspace = true }
Expand All @@ -43,7 +43,7 @@ tokio = { workspace = true, features = ["rt", "macros", "signal"] }
ksni = {version = "0.2.1", optional = true}
aw-server = { git = "https://github.com/ActivityWatch/aw-server-rust", optional = true, rev = "448312d" }
aw-datastore = { git = "https://github.com/ActivityWatch/aw-server-rust", optional = true, rev = "448312d" }
open = { version = "5.0.0", optional = true }
open = { version = "5.0.1", optional = true }
serde = { workspace = true, optional = true }

[features]
Expand Down
Loading

0 comments on commit 87d046f

Please sign in to comment.