Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Jul 9, 2023
1 parent 7ecac44 commit 38a2f1f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 30 deletions.
41 changes: 25 additions & 16 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ version = "0.2.0"

[workspace.dependencies]
anyhow = "1.0.71"
log = { version = "0.4.18", features = ["std"] }
tokio = { version = "1.28.2" }
log = { version = "0.4.19", features = ["std"] }
tokio = { version = "1.29.1" }

[dependencies]
watchers = { path = "./watchers", default-features = false }
chrono = "0.4.26"
toml = "0.7.4"
clap = { version = "4.3.0", features = ["string"] }
toml = "0.7.6"
clap = { version = "4.3.11", features = ["string"] }
fern = { version = "0.6.2", features = ["colored"] }
log = { workspace = true }
anyhow = { workspace = true }
tokio = { workspace = true, features = ["rt", "macros", "signal"] }

ksni = {version = "0.2.0", optional = true}
ksni = {version = "0.2.1", optional = true}
aw-server = { git = "https://github.com/2e3s/aw-server-rust", optional = true, rev = "81db4c8" }
aw-datastore = { git = "https://github.com/2e3s/aw-server-rust", optional = true, rev = "81db4c8" }
open = { version = "5.0.0", optional = true }
rust-embed = { version = "6.6.1", features = ["interpolate-folder-path"], optional = true }
rust-embed = { version = "6.8.1", features = ["interpolate-folder-path"], optional = true }

[features]
default = ["gnome", "kwin_window"]
Expand Down
16 changes: 8 additions & 8 deletions watchers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ crate-type = ["lib"]
path = "src/lib.rs"

[dev-dependencies]
rstest = "0.17.0"
tempfile = "3.5.0"
rstest = "0.18.1"
tempfile = "3.6.0"

[dependencies]
aw-client-rust = { git = "https://github.com/2e3s/aw-server-rust", rev = "81db4c8" }
wayland-client = "0.30.2"
wayland-scanner = "0.30"
wayland-backend = "0.1"
x11rb = { version = "0.12.0", features = ["screensaver"] }
zbus = {version = "3.13.1", optional = true}
zbus = {version = "3.14.1", optional = true}
chrono = "0.4.26"
toml = "0.7.4"
toml = "0.7.6"
dirs = "5.0.1"
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.169", features = ["derive"] }
serde_default = "0.1.0"
serde_json = "1.0.96"
regex = "1.8.3"
serde_json = "1.0.100"
regex = "1.9.1"
gethostname = "0.4.3"
log = { workspace = true }
anyhow = { workspace = true }
async-trait = "0.1.68"
async-trait = "0.1.71"
tokio = { workspace = true, features = ["time", "sync"] }

[features]
Expand Down

0 comments on commit 38a2f1f

Please sign in to comment.