Bump gix-url from 0.13.3 to 0.14.0

Bumps [gix-url](https://github.com/Byron/gitoxide) from 0.13.3 to 0.14.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.13.3...gix-url-v0.14.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-03-01 16:10:40 +00:00 committed by GitHub
parent 7a21f1fc3f
commit 9d60d30a91
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

@ -377,9 +377,9 @@ dependencies = [
[[package]]
name = "gix-features"
version = "0.26.5"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3402b831ea4bb3af36369d61dbf250eb0e1a8577d3cb77b9719c11a82485bfe9"
checksum = "6e799c19245b6d19e371fc9c2981b8133e600611b59f6dc7df0293af2c7db50f"
dependencies = [
"gix-hash",
"libc",
@ -407,9 +407,9 @@ dependencies = [
[[package]]
name = "gix-url"
version = "0.13.3"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d6e3e05267f7873099b3e510ab8eebdfc28920a915ab2e3d549493abe0fd9f0"
checksum = "402a16fdf106ad11781d857c7381f2b12c704538b5f321af78ab9feed0f44a5c"
dependencies = [
"bstr",
"gix-features",

View File

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