Skip to content

Commit

Permalink
Bump the cargo-dependencies group with 5 updates (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent d36ad01 commit 2f3f125
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 29 deletions.
75 changes: 49 additions & 26 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ base64 = "0.22.1"
blocking = "1.6.1"
bytes = "1.1.0"
clap = { version = "4.5.16", features = ["derive", "env", "wrap_help"] }
clap_complete = "4.5.18"
clap_complete = "4.5.23"
clap-markdown = "0.1.4"
cli-table = "0.4"
crossterm = { version = "0.28.1", features = ["event-stream"] }
Expand Down Expand Up @@ -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.208", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10.2"
strum = "=0.24.1" # match what fiberplane-models uses
sysinfo = "0.31.2"
sysinfo = "0.31.3"
termwiz = "0.22.0"
time = { version = "0.3.11", features = ["macros"] }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 2f3f125

Please sign in to comment.