From 86317683bdf14d20ea29dbf0f5f52ea047300e24 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Wed, 17 Aug 2022 22:58:29 +0200 Subject: [PATCH] (deps) update hexhex to v1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62a65a0..a61830e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,4 +12,4 @@ dependencies = [ [[package]] name = "hexhex" version = "1.0.0" -source = "git+https://git.comff.net/rustics/hexhex.git#fa738dd19563d7cea4b2383dcbd8a64c94ab91b7" +source = "git+https://git.comff.net/rustics/hexhex.git?tag=v1.1#c92e07853136c8371b6034d93a9d0f1be9e665c5" diff --git a/Cargo.toml b/Cargo.toml index 8bac8f6..207cfdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hexhex = {version = "1.0", git = "https://git.comff.net/rustics/hexhex.git"} +hexhex = {tag = "v1.1", git = "https://git.comff.net/rustics/hexhex.git"}