🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2025-04-03 16:16:43.0 +07:00:00
committer GitHub <noreply@github.com> 2025-04-03 16:16:43.0 +07:00:00
commit
cd1c9323f184058baafbe73cf890958b1e6f76aa [patch]
tree
044915e1ca97d4e6af677c519481414cd2410369
parent
2fe04a56f0d039353e74eda7ef9f5a0352d38fc9
parent
a526d1855efd4d53ffb8f1add34492422a85774b
download
cd1c9323f184058baafbe73cf890958b1e6f76aa.tar.gz

Merge pull request #111 from w4/dependabot/cargo/httparse-1.10.1

Bump httparse from 1.9.5 to 1.10.1

Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index 2a5c716..66bb0c6 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 b34c228..c15df24 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"