diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-18 15:28:35 +0000 |
---|---|---|
committer | extrawurst <776816+extrawurst@users.noreply.github.com> | 2024-07-19 12:06:29 +0700 |
commit | 341c796ff874105a4f37b7dee478d75445da54a3 (patch) | |
tree | 2b1e2bfaf402e7d296b9c60cfb3e4f54d4fe06b2 | |
parent | ef45704a3c431951673b33da466811c55413e0fe (diff) |
Bump gix-path from 0.10.8 to 0.10.9
Bumps [gix-path](https://github.com/Byron/gitoxide) from 0.10.8 to 0.10.9.
- [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-path-v0.10.8...gix-path-v0.10.9)
---
updated-dependencies:
- dependency-name: gix-path
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1503,9 +1503,9 @@ dependencies = [ [[package]] name = "gix-path" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca987128ffb056d732bd545db5db3d8b103d252fbf083c2567bb0796876619a4" +checksum = "8d23d5bbda31344d8abc8de7c075b3cf26e5873feba7c4a15d916bce67382bd9" dependencies = [ "bstr", "gix-trace", |