build(deps): bump gix-url from 0.20.1 to 0.21.0

Bumps [gix-url](https://github.com/Byron/gitoxide) from 0.20.1 to 0.21.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Byron/gitoxide/compare/gix-url-v0.20.1...gix-url-v0.21.0)

---
updated-dependencies:
- dependency-name: gix-url
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-19 16:02:43 +00:00 committed by GitHub
parent 8b15802e7f
commit 265fd5411b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -432,9 +432,9 @@ dependencies = [
[[package]]
name = "gix-features"
version = "0.31.1"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06142d8cff5d17509399b04052b64d2f9b3a311d5cff0b1a32b220f62cd0d595"
checksum = "f708dc9875d1b3e05c1cbadfd22e5b543c733c511191798587ec479115664221"
dependencies = [
"gix-hash",
"gix-trace",
@ -472,9 +472,9 @@ checksum = "103eac621617be3ebe0605c9065ca51a223279a23218aaf67d10daa6e452f663"
[[package]]
name = "gix-url"
version = "0.20.1"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "beaede6dbc83f408b19adfd95bb52f1dbf01fb8862c3faf6c6243e2e67fcdfa1"
checksum = "092d3f8f4040ee1b82830224e9002fff69248348af27dfdbcc8536db80283945"
dependencies = [
"bstr",
"gix-features",

View File

@ -16,7 +16,7 @@ anyhow = "1.0.72"
bstr = "1.6.0"
data-encoding = "2.4.0"
enum_dispatch = "0.3.12"
gix-url = "0.20.1"
gix-url = "0.21.0"
is-terminal = "0.4.9"
itertools = "0.11.0"
nix-compat = { git = "https://code.tvl.fyi/depot.git:/tvix/nix-compat.git" }