Merge pull request #81 from nix-community/dependabot/cargo/gix-url-0.17.0

This commit is contained in:
figsoda 2023-04-26 12:45:08 -04:00 committed by GitHub
commit 837d29a7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 9 deletions

18
Cargo.lock generated
View File

@ -422,9 +422,9 @@ dependencies = [
[[package]]
name = "gix-features"
version = "0.28.1"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b76f9a80f6dd7be66442ae86e1f534effad9546676a392acc95e269d0c21c22"
checksum = "cf69b0f5c701cc3ae22d3204b671907668f6437ca88862d355eaf9bc47a4f897"
dependencies = [
"gix-hash",
"libc",
@ -432,9 +432,9 @@ dependencies = [
[[package]]
name = "gix-hash"
version = "0.10.4"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a258595457bc192d1f1c59d0d168a1e34e2be9b97a614e14995416185de41a7"
checksum = "078eec3ac2808cc03f0bddd2704cb661da5c5dc33b41a9d7947b141d499c7c42"
dependencies = [
"hex",
"thiserror",
@ -442,19 +442,21 @@ dependencies = [
[[package]]
name = "gix-path"
version = "0.7.3"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32370dce200bb951df013e03dff35b4233fc7a89458642b047629b91734a7e19"
checksum = "7f6581146846102b54702f1cadb98f79f00b996bc8470edc24645f460060d276"
dependencies = [
"bstr",
"home",
"once_cell",
"thiserror",
]
[[package]]
name = "gix-url"
version = "0.16.0"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6a22b4b32ad14d68f7b7fb6458fa58d44b01797d94c1b8f4db2d9c7b3c366b5"
checksum = "3b7e76c8259755bc0ef8f6be85943475a3f1ee26ae82bcc621eb0e704be63bd9"
dependencies = [
"bstr",
"gix-features",

View File

@ -16,7 +16,7 @@ anyhow = "1.0.70"
bstr = "1.4.0"
data-encoding = "2.3.3"
enum_dispatch = "0.3.11"
gix-url = "0.16.0"
gix-url = "0.17.0"
itertools = "0.10.5"
nix-compat = { git = "https://code.tvl.fyi/depot.git:/tvix/nix-compat.git" }
once_cell = "1.17.1"