Skip to content

Commit

Permalink
fix(deps): update rust crate ratatui to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 5c3bc56 commit 2565873
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ once_cell = "1.19.0"
opentelemetry = "0.23"
opentelemetry-otlp = { version = "0.16.0", default-features = false, features = ["http-proto", "reqwest-client"] }
opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio", "trace"] }
ratatui = "0.28.0"
ratatui = "0.29.0"
regex = "1.10.4"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls", "charset", "http2", "macos-system-configuration", "gzip", "brotli", "cookies"] }
serde_json = "1.0.116"
Expand Down

0 comments on commit 2565873

Please sign in to comment.