Skip to content

Commit

Permalink
Merge pull request #72 from urizennnn/bump/crate-versions
Browse files Browse the repository at this point in the history
Bump/crate versions
  • Loading branch information
gin66 authored Oct 26, 2024
2 parents 7f924f4 + 64f9dc6 commit f2bb984
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-logger"
version = "0.13.2"
version = "0.13.3"
authors = ["Jochen Kiemes <jochen@kiemes.de>"]
edition = "2021"
license = "MIT"
Expand All @@ -12,22 +12,22 @@ keywords = ["tui", "log", "logger", "widget", "dispatcher"]

[dependencies]
log = "0.4"
chrono = { version = "^0.4.20", default-features = false, features = ["clock"] }
ratatui = { version = "0.28", default-features = false}
tracing = {version = "0.1.37", optional = true}
chrono = { version = "^0.4.38", default-features = false, features = ["clock"] }
ratatui = { version = "0.29", default-features = false}
tracing = {version = "0.1.40", optional = true}
tracing-subscriber = {version = "0.3", optional = true}
lazy_static = "1.0"
lazy_static = "1.5"
fxhash = "0.2"
parking_lot = "0.12"
slog = { version = "2.7.0", optional = true }

[dev-dependencies]
# the crate is compatible with ratatui >=0.25.0, but the demo uses features from 0.27.0
ratatui = { version = "0.28", default-features = false}
anyhow = "1.0.79"
env_logger = "0.11.1"
termion = {version = "3.0.0" }
crossterm = {version = "0.27"}
ratatui = { version = "0.29", default-features = false}
anyhow = "1.0.91"
env_logger = "0.11.5"
termion = {version = "4.0.3" }
crossterm = {version = "0.28"}

[features]
slog-support = ["slog"]
Expand Down

0 comments on commit f2bb984

Please sign in to comment.