Skip to content

Commit

Permalink
Bump the cargo-dependencies group across 1 directory with 8 updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 18abcf8 commit d36ad01
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 44 deletions.
131 changes: 93 additions & 38 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 @@ -12,11 +12,11 @@ anyhow = "1.0"
base64 = "0.22.1"
blocking = "1.6.1"
bytes = "1.1.0"
clap = { version = "4.5.11", features = ["derive", "env", "wrap_help"] }
clap_complete = "4.5.11"
clap = { version = "4.5.16", features = ["derive", "env", "wrap_help"] }
clap_complete = "4.5.18"
clap-markdown = "0.1.4"
cli-table = "0.4"
crossterm = { version = "0.27.0", features = ["event-stream"] }
crossterm = { version = "0.28.1", features = ["event-stream"] }
directories = "5.0.1"
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
fiberplane = { version = "1.0.0-beta.14", features = [
Expand All @@ -39,7 +39,7 @@ hyper = { version = "1.2.0", features = [
"http1",
"server",
] }
hyper-util = { version = "0.1.5", features = ["full"] }
hyper-util = { version = "0.1.7", features = ["full"] }
indicatif = "0.17.0"
lazy_static = "1.5.0"
memchr = "2.7.4"
Expand All @@ -58,11 +58,11 @@ reqwest = { version = "0.12", default-features = false, features = [
] }
rmp-serde = "1.3.0"
rmpv = { version = "1.3.0", features = ["serde"] }
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10.2"
strum = "=0.24.1" # match what fiberplane-models uses
sysinfo = "0.30.12"
sysinfo = "0.31.2"
termwiz = "0.22.0"
time = { version = "0.3.11", features = ["macros"] }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit d36ad01

Please sign in to comment.