Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emabee committed May 25, 2023
1 parent 43ecf23 commit 0f4bbd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -41,7 +41,7 @@ trc = ["async", "specfile", "tracing", "tracing-subscriber"]

[dependencies]
is-terminal = { version = "0.4", optional = true }
nu-ansi-term = { version = "0.46", optional = true }
nu-ansi-term = { version = "0.47", optional = true }
chrono = { version = "0.4.22", default-features = false, features = ["clock"] }
crossbeam-channel = { version = "0.5", optional = true }
crossbeam-queue = { version = "0.3", optional = true }
Expand All @@ -50,7 +50,7 @@ glob = "0.3"
hostname = { version = "0.3", optional = true }
lazy_static = "1.4"
log = { version = "0.4", features = ["std"] }
notify-debouncer-mini = { version = "0.2", optional = true, default-features = false }
notify-debouncer-mini = { version = "0.3", optional = true, default-features = false }
regex = { version = "1.1", optional = true }
serde = { version = "1.0", optional = true }
serde_derive = { version = "1.0", optional = true }
Expand Down

0 comments on commit 0f4bbd9

Please sign in to comment.