🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-11-01 19:12:35.0 +00:00:00
committer GitHub <noreply@github.com> 2024-11-01 19:12:35.0 +00:00:00
commit
425916fd726a142b06820d1526090c69bb707f0a [patch]
tree
72406947c6f121b36bd0313ae099c96be1f76efd
parent
8ecc2c5a51717c83614410c9c67cb1346e238d22
download
425916fd726a142b06820d1526090c69bb707f0a.tar.gz

Bump httparse from 1.9.4 to 1.9.5

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

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

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 6bb1be2..75a78e0 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -1563,9 +1563,9 @@

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

[[package]]
name = "httpdate"
diff --git a/Cargo.toml b/Cargo.toml
index a44ab15..d3c3295 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -40,7 +40,7 @@
  "blob-diff",
  "revision",
] }
httparse = "1.7"
httparse = "1.9"
humantime = "2.1"
itertools = "0.13.0"
kanal = "0.1.0-pre8"