diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-08 09:42:27 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 09:42:27 +0000 |
| commit | d426397ca0ab1a5607e08c0e198212e4aa245a8e (patch) | |
| tree | 8948747ce2e2c46cdd3a881e322ba26b1d338015 /atuin-server/Cargo.toml | |
| parent | chore(deps): bump ratatui from 0.24.0 to 0.25.0 (#1521) (diff) | |
| download | atuin-d426397ca0ab1a5607e08c0e198212e4aa245a8e.zip | |
chore(deps): bump hyper from 0.14.28 to 1.1.0 (#1520)
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.1.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.28...v1.1.0)
---
updated-dependencies:
- dependency-name: hyper
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'atuin-server/Cargo.toml')
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 1534b11b..4464ee0e 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -28,7 +28,7 @@ async-trait = { workspace = true } axum = "0.6.4" axum-server = { version = "0.5.1", features = ["tls-rustls"] } http = "0.2" -hyper = "0.14" +hyper = "1.1" hyper-rustls = "0.24" fs-err = { workspace = true } tower = "0.4" |
