🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-04-03 8:51:44.0 +00:00:00
committer GitHub <noreply@github.com> 2025-04-03 8:51:44.0 +00:00:00
commit
a526d1855efd4d53ffb8f1add34492422a85774b [patch]
tree
f16f6c8c2246aec348976b4baac55b79627e055f
parent
c505fcd27bb93f8ae5f24216e8b4f4a6e650b23e
download
a526d1855efd4d53ffb8f1add34492422a85774b.tar.gz

Bump httparse from 1.9.5 to 1.10.1

Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.9.5 to 1.10.1.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.5...v1.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 4 +++-
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d3e46c7..1623b8b 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -1640,9 +1640,9 @@

[[package]]
name = "httparse"
version = "1.9.5"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"

[[package]]
name = "httpdate"
diff --git a/Cargo.toml b/Cargo.toml
index 5b9ed63..a74b2a9 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -46,7 +46,7 @@
  "serde",
  "ahash",
] }
httparse = "1.9"
httparse = "1.10"
humantime = "2.1"
itertools = "0.12.1"
md5 = "0.7"