Skip to content

Commit

Permalink
build(deps): bump crossterm to 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Sep 30, 2024
1 parent 4ce6687 commit 67725d7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.22.0/cargo-dist-installer.sh | sh"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.22.1/cargo-dist-installer.sh | sh"
- name: Cache cargo-dist
uses: actions/upload-artifact@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/hougesen/hitt/compare/v0.0.15...HEAD)

- build(deps): bump clap from 4.5.17 to 4.5.18 [`#360`](https://github.com/hougesen/hitt/pull/360)
- build(deps): bump clap_complete from 4.5.26 to 4.5.28 [`#359`](https://github.com/hougesen/hitt/pull/359)
- build(deps): bump ignore from 0.4.22 to 0.4.23 [`#358`](https://github.com/hougesen/hitt/pull/358)
- chore: bump dev version to v0.0.16 [`1034408`](https://github.com/hougesen/hitt/commit/1034408a5c396eccb25c363c8b12a43dcef2b6a9)

#### [v0.0.15](https://github.com/hougesen/hitt/compare/v0.0.14...v0.0.15)

> 6 September 2024
Expand Down
117 changes: 20 additions & 97 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 @@ -31,7 +31,7 @@ exclude = ["www", "examples"]
[workspace.dependencies]
clap = { version = "4.5.18", features = ["derive"] }
clap_complete = { version = "4.5.28" }
crossterm = { version = "0.27.0" }
crossterm = { version = "0.28.1" }
eventsource-stream = { version = "0.2.3" }
futures = { version = "0.3.30" }
hitt-formatter = { path = "hitt-formatter", version = "0.0.16" }
Expand Down Expand Up @@ -62,7 +62,7 @@ tokio = { version = "1.40.0", features = ["fs", "macros", "rt-multi-thread"] }
# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.22.0"
cargo-dist-version = "0.22.1"
# CI backends to support
ci = "github"
# The installers to generate for each app
Expand Down

0 comments on commit 67725d7

Please sign in to comment.