Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gitseti committed Feb 3, 2024
1 parent 593212a commit f3409f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ bench = false

[dependencies]
hivemq-openapi = { path = "hivemq-openapi" }
httpmock = "0.6"
httpmock = "0.7.0"
better-panic = "0.3.0"
clap = { version = "4.4.5", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles"] }
color-eyre = "0.6.2"
config = "0.13.3"
config = "0.14.0"
crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
derive_deref = "1.1.1"
directories = "5.0.1"
Expand All @@ -34,7 +34,7 @@ json5 = "0.4.1"
lazy_static = "1.4.0"
libc = "0.2.148"
log = "0.4.20"
ratatui = { version = "0.25.0", features = ["serde", "macros"] }
ratatui = { version = "0.26.0", features = ["serde", "macros"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = { version = "1.0.107", features = ["preserve_order"] }
signal-hook = "0.3.17"
Expand All @@ -46,7 +46,7 @@ tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "serde"] }
indexmap = { version = "2.1.0", features = ["serde"] }
arboard = "3.2.1"
tui-textarea = "0.3.1"
tui-textarea = "0.4.0"
openssl = { version = "0.10.60", features = ["vendored"] }
typed-builder = "0.18.0"
regex = "1.10.2"
Expand Down

0 comments on commit f3409f7

Please sign in to comment.