Skip to content

Commit

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


Updates `miette` from 7.2.0 to 7.4.0
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v7.2.0...miette-derive-v7.4.0)

Updates `terminal_size` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/eminence/terminal-size/releases)
- [Commits](eminence/terminal-size@v0.4.0...v0.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent fc3fe15 commit 3736f10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
33 changes: 8 additions & 25 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 @@ -23,7 +23,7 @@ clap_complete = "4.5.38"
ctrlc = "3.4.5"
inlet_manifold = { git = "https://github.com/bensadeh/manifold", branch = "main" }
linemux = "0.3.0"
miette = { version = "7.2.0", features = ["fancy"] }
miette = { version = "7.4.0", features = ["fancy"] }
nu-ansi-term = "0.50.1"
once_cell = "1.20.2"
owo-colors = "4.1.0"
Expand All @@ -33,7 +33,7 @@ regex = "1.11.1"
serde = { version = "1.0.215", features = ["derive"] }
shellexpand = "3.1.0"
tempfile = "3.14.0"
terminal_size = "0.4.0"
terminal_size = "0.4.1"
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["full"] }
toml = "0.8.19"

0 comments on commit 3736f10

Please sign in to comment.