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

Bumps [gix-url](https://github.com/Byron/gitoxide) from 0.20.0 to 0.20.1.
- [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.0...gix-url-v0.20.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-29 15:50:43 +00:00 committed by GitHub
parent 2481831c67
commit 5b1aabd06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -443,9 +443,9 @@ dependencies = [
[[package]]
name = "gix-path"
version = "0.8.2"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea2a19d82dd55e5fad1d606b8a1ad2f7a804e10caa2efbb169cd37e0a07ede0"
checksum = "dfca182d2575ded2ed38280f1ebf75cd5d3790b77e0872de07854cf085821fbe"
dependencies = [
"bstr",
"gix-trace",
@ -456,15 +456,15 @@ dependencies = [
[[package]]
name = "gix-trace"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff8a60073500f4d6edd181432ee11394d843db7dcf05756aa137a1233b1cbf6"
checksum = "103eac621617be3ebe0605c9065ca51a223279a23218aaf67d10daa6e452f663"
[[package]]
name = "gix-url"
version = "0.20.0"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff1f984816338039b151a9f5dae6100e1e51e438cf61242ea8136fedc574d825"
checksum = "beaede6dbc83f408b19adfd95bb52f1dbf01fb8862c3faf6c6243e2e67fcdfa1"
dependencies = [
"bstr",
"gix-features",

View File

@ -16,7 +16,7 @@ anyhow = "1.0.71"
bstr = "1.5.0"
data-encoding = "2.4.0"
enum_dispatch = "0.3.11"
gix-url = "0.20.0"
gix-url = "0.20.1"
is-terminal = "0.4.7"
itertools = "0.11.0"
nix-compat = { git = "https://code.tvl.fyi/depot.git:/tvix/nix-compat.git" }