🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-04-03 9:22:39.0 +00:00:00
committer GitHub <noreply@github.com> 2025-04-03 9:22:39.0 +00:00:00
commit
4008f39a310f585aaf665046acfcbdfca50ec79c [patch]
tree
a112cc07be4845053e6b4e4683e1c29735c24a3a
parent
b60d5ddd3fe2bbc31903366ea6af63821d4566d7
download
4008f39a310f585aaf665046acfcbdfca50ec79c.tar.gz

Bump humantime from 2.1.0 to 2.2.0

Bumps [humantime](https://github.com/chronotope/humantime) from 2.1.0 to 2.2.0.
- [Commits](https://github.com/chronotope/humantime/commits)

---
updated-dependencies:
- dependency-name: humantime
  dependency-version: 2.2.0
  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 2ce5f89..30d9603 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -1652,9 +1652,9 @@

[[package]]
name = "humantime"
version = "2.1.0"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"

[[package]]
name = "hyper"
diff --git a/Cargo.toml b/Cargo.toml
index c15df24..12654e8 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -47,7 +47,7 @@
  "ahash",
] }
httparse = "1.10"
humantime = "2.1"
humantime = "2.2"
itertools = "0.12.1"
md5 = "0.7"
memchr = "2.7"