Skip to content

Commit

Permalink
build(deps): bump httparse from 1.9.5 to 1.10.0 (#523)
Browse files Browse the repository at this point in the history
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.9.5 to 1.10.0.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](seanmonstar/httparse@v1.9.5...v1.10.0)

---
updated-dependencies:
- dependency-name: httparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 391ac23 commit 47f5a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 lib/g3-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ g3-io-ext.workspace = true
[dev-dependencies]
tokio = { workspace = true, features = ["macros", "io-util", "rt"] }
tokio-test.workspace = true
httparse = "1.9"
httparse = "1.10"

0 comments on commit 47f5a11

Please sign in to comment.