Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [terminal_size](https://github.com/eminence/terminal-size) and [toml](https://github.com/toml-rs/toml).


Updates `clap` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.2...v4.4.3)

Updates `terminal_size` from 0.2.6 to 0.3.0
- [Release notes](https://github.com/eminence/terminal-size/releases)
- [Commits](eminence/terminal-size@v0.2.6...v0.3.0)

Updates `toml` from 0.7.8 to 0.8.0
- [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.8.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: terminal_size
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bensadeh committed Sep 18, 2023
1 parent bb93f67 commit 08bce61
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 46 deletions.
55 changes: 12 additions & 43 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 @@ -15,7 +15,7 @@ name = "spin"

[dependencies]
async-trait = "0.1.73"
clap = { version = "4.4.2", features = ["derive"] }
clap = { version = "4.4.3", features = ["derive"] }
clap_complete = "4.4.1"
color-eyre = "0.6.2"
colored = "2"
Expand All @@ -28,6 +28,6 @@ regex = "1.9.5"
serde = { version = "1.0", features = ["derive"] }
shellexpand = "3.1.0"
tempfile = "3.8.0"
terminal_size = "0.2.6"
terminal_size = "0.3.0"
tokio = { version = "1.32.0", features = ["full"] }
toml = "0.7.8"
toml = "0.8.0"

0 comments on commit 08bce61

Please sign in to comment.