Skip to content

Commit

Permalink
build(deps): bump the rust-minor group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the rust-minor group with 2 updates in the / directory: [url](https://github.com/servo/rust-url) and [httparse](https://github.com/seanmonstar/httparse).


Updates `url` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...v2.5.1)

Updates `httparse` from 1.8.0 to 1.9.1
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](seanmonstar/httparse@v1.8.0...v1.9.1)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: httparse
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Jun 10, 2024
1 parent 43cefa3 commit 9f3f4eb
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 10 deletions.
242 changes: 233 additions & 9 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 @@ -45,7 +45,7 @@ log-panics = { version = "2.1.0", features = ["with-backtrace"]}
# Redirect tracing to log
tracing = {version = "0.1.40", features = ["log", "log-always"]}

url = "2.5.0"
url = "2.5.1"

tokio = { version = "1.38.0", features = ["rt-multi-thread", "macros"]}

Expand Down

0 comments on commit 9f3f4eb

Please sign in to comment.