🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-12-01 19:56:24.0 +00:00:00
committer GitHub <noreply@github.com> 2024-12-01 19:56:24.0 +00:00:00
commit
091c1d1b5aa1707d635a280c35cdbf02d3eb8a7a [patch]
tree
3b18a075ac9c413b710fe5a85df7e1db49024a54
parent
7cbbf9c101d6f180e0bda9fb2426df4294f9a383
download
091c1d1b5aa1707d635a280c35cdbf02d3eb8a7a.tar.gz

Bump const-hex from 1.13.1 to 1.14.0

Bumps [const-hex](https://github.com/danipopes/const-hex) from 1.13.1 to 1.14.0.
- [Commits](https://github.com/danipopes/const-hex/compare/v1.13.1...v1.14.0)

---
updated-dependencies:
- dependency-name: const-hex
  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 8a3fce2..fbac7bd 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -437,9 +437,9 @@

[[package]]
name = "const-hex"
version = "1.13.1"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0121754e84117e65f9d90648ee6aa4882a6e63110307ab73967a4c5e7e69e586"
checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c"
dependencies = [
 "cfg-if",
 "cpufeatures",
diff --git a/Cargo.toml b/Cargo.toml
index 29344b5..e47339d 100644
--- a/Cargo.toml
+++ a/Cargo.toml
@@ -30,7 +30,7 @@
  "usage",
] }
comrak = { version = "0.29.0", default-features = false }
const-hex = "1.12"
const-hex = "1.14"
const_format = "0.2"
flate2 = "1.0"
futures-util = "0.3"