Compare commits

...

2 Commits

Author SHA1 Message Date
Sayantan Santra 0192c26fd0
Merge pull request #17 from SinTan1729/dependabot/cargo/actix/h2-0.3.26
build(deps): bump h2 from 0.3.25 to 0.3.26 in /actix
2024-04-05 11:46:10 -05:00
dependabot[bot] 8b815e1bbb
build(deps): bump h2 from 0.3.25 to 0.3.26 in /actix
Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.25...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 16:23:49 +00:00
1 changed files with 2 additions and 2 deletions

4
actix/Cargo.lock generated
View File

@ -744,9 +744,9 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "h2"
version = "0.3.25"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fbd2820c5e49886948654ab546d0688ff24530286bdcf8fca3cefb16d4618eb"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",