Skip to content

Commit

Permalink
chore(deps): bump hyper from 0.14.20 to 0.14.25
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.20 to 0.14.25.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.25/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.20...v0.14.25)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 27, 2023
1 parent 31636d7 commit 91d4ccf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -11,7 +11,7 @@ cairo-rs = { version = "0.14.9", features = ["png"] }
cfg-if = "1.0.0"
gio = { version = "0.14.8", features = ["v2_50"] }
glib = { version = "0.14.8", features = ["v2_50"] }
hyper = { version = "0.14.20", features = ["http2", "server"] }
hyper = { version = "0.14.25", features = ["http2", "server"] }
lazy_static = "1.4.0"
librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", version = "2.52.1" }
quick-xml = "0.25.0"
Expand Down

0 comments on commit 91d4ccf

Please sign in to comment.