(deps) update hexhex to v1.1

This commit is contained in:
ddidderr 2022-08-17 22:58:29 +02:00
parent 6f9e4e9d59
commit 86317683bd
Signed by: ddidderr
GPG Key ID: 3841F1C27E6F0E14
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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"

View File

@ -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"}