Skip to content

Commit

Permalink
build(deps): bump tokio to 1.38.1 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Jul 19, 2024
1 parent da86fc5 commit 64de56d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- build(deps-dev): bump tailwindcss from 3.4.4 to 3.4.5 in /docs [`#295`](https://github.com/hougesen/hitt/pull/295)
- build(deps-dev): bump nuxt from 3.12.2 to 3.12.3 in /docs [`#293`](https://github.com/hougesen/hitt/pull/293)
- build(deps): bump @nuxt/content from 2.13.0 to 2.13.1 in /docs [`#294`](https://github.com/hougesen/hitt/pull/294)
- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 in /docs [`#296`](https://github.com/hougesen/hitt/pull/296)
- build(deps-dev): bump @nuxtjs/sitemap from 5.3.2 to 5.3.4 in /docs [`#292`](https://github.com/hougesen/hitt/pull/292)
- chore: bump dev version to v0.0.11 [`20020fb`](https://github.com/hougesen/hitt/commit/20020fb3b7a920321121b369f334e114d2bffda5)
- chore: prepare release [`f29ce06`](https://github.com/hougesen/hitt/commit/f29ce06f095df32619968d14038cc122e775f398)

#### [v0.0.10](https://github.com/hougesen/hitt/compare/v0.0.9...v0.0.10)
Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hitt-sse = { path = "hitt-sse", version = "0.0.11" }
http = { version = "1.1.0" }
reqwest = { version = "0.12.5" }
reqwest-eventsource = { version = "0.6.0" }
tokio = { version = "1.38.0", features = ["fs", "macros", "rt-multi-thread"] }
tokio = { version = "1.38.1", features = ["fs", "macros", "rt-multi-thread"] }

[profile.release]
lto = true
Expand Down

0 comments on commit 64de56d

Please sign in to comment.