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_complete](https://github.com/clap-rs/clap), [inlet_manifold](https://github.com/bensadeh/manifold) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `clap_complete` from 4.5.38 to 4.5.40
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.38...clap_complete-v4.5.40)

Updates `inlet_manifold` from `2aa28af` to `770ed6c`
- [Release notes](https://github.com/bensadeh/manifold/releases)
- [Commits](bensadeh/manifold@2aa28af...770ed6c)

Updates `thiserror` from 2.0.7 to 2.0.9
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.7...2.0.9)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: inlet_manifold
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 97a617a commit a5f5f09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ missing-const-for-fn = "warn"
[dependencies]
async-trait = "0.1.83"
clap = { version = "4.5.23", features = ["derive"] }
clap_complete = "4.5.38"
clap_complete = "4.5.40"
ctrlc = "3.4.5"
inlet_manifold = { git = "https://github.com/bensadeh/manifold", branch = "main" }
linemux = "0.3.0"
Expand All @@ -34,6 +34,6 @@ serde = { version = "1.0.216", features = ["derive"] }
shellexpand = "3.1.0"
tempfile = "3.14.0"
terminal_size = "0.4.1"
thiserror = "2.0.7"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"

0 comments on commit a5f5f09

Please sign in to comment.