🏡 index : ~doyle/rgit.git

Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index a459407..3024fd6 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -225,7 +225,7 @@
 "bitflags",
 "cexpr",
 "clang-sys",
 "itertools",
 "itertools 0.12.1",
 "lazy_static",
 "lazycell",
 "proc-macro2",
@@ -1857,6 +1857,15 @@
]

[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
 "either",
]

[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2540,7 +2549,7 @@
 "hashbrown",
 "httparse",
 "humantime",
 "itertools",
 "itertools 0.14.0",
 "md5",
 "memchr",
 "moka",
diff --git a/Cargo.toml b/Cargo.toml
index 12654e8..7581d61 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -48,7 +48,7 @@
] }
httparse = "1.10"
humantime = "2.2"
itertools = "0.12.1"
itertools = "0.14.0"
md5 = "0.7"
memchr = "2.7"
moka = { version = "0.12.10", features = ["future"] }