🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2024-11-12 22:15:42.0 +00:00:00
committer GitHub <noreply@github.com> 2024-11-12 22:15:42.0 +00:00:00
commit
3d65c79caced992f080182ec465f6267e97eea69 [patch]
tree
e769c63e460f599ee10a7a2ef0eac3a994c0bd5e
parent
c1da49e3cdeb2aef51a6707ac4f6edc27773ec50
parent
425916fd726a142b06820d1526090c69bb707f0a
download
3d65c79caced992f080182ec465f6267e97eea69.tar.gz

Merge pull request #75 from w4/dependabot/cargo/httparse-1.9.5

Bump httparse from 1.9.4 to 1.9.5

Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index 37fa079..a3ec88a 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -1573,9 +1573,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 8b64e07..061c4c7 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"