summaryrefslogtreecommitdiffstats
path: root/vendor/gix-discover
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vendor/gix-discover/.cargo-checksum.json2
-rw-r--r--vendor/gix-discover/CHANGELOG.md26
-rw-r--r--vendor/gix-discover/Cargo.toml6
3 files changed, 29 insertions, 5 deletions
diff --git a/vendor/gix-discover/.cargo-checksum.json b/vendor/gix-discover/.cargo-checksum.json
index c2c103b54..36ea36a80 100644
--- a/vendor/gix-discover/.cargo-checksum.json
+++ b/vendor/gix-discover/.cargo-checksum.json
@@ -1 +1 @@
-{"files":{"CHANGELOG.md":"b89e1460aafcbb1c3769489b3f2d9e9db974882692315b225cae9ab66f21134c","Cargo.toml":"41f2b03079d5064d28dbcc77c2b72c1b31ffe25851cf60f82aee3085f3903a36","LICENSE-APACHE":"cb4780590812826851ba250f90bed0ed19506ec98f6865a0e2e20bbf62391ff9","LICENSE-MIT":"49df47913ab2beafe8dc45607877ae64198bf0eee64aaad3e82ed9e4d27424e8","src/is.rs":"c447365cbc376ba022cba7d33389ca20b4ed2789d80fcf3998ac20330dbd99ca","src/lib.rs":"fd5a8db07b8e9372ba2e7317620978660c3d75ad3c8a444d850ef0b64757ab63","src/parse.rs":"04a95307b39485f8ecd7b23c353ce4c0ba46dbe854f61fc037c7dff82f0d412b","src/path.rs":"40eb99a452ac822328272a08319e32c2319f659ae0e6e63ebdd6af55a36d8dcd","src/repository.rs":"e9f8739c89984858fd88b71e904b5744ff3e68b8afe22c1015a57d4f036f6108","src/upwards/mod.rs":"ab0532fd5e074dc28034f01427f611f0cd38dd11cee12740d5c9a60e709e93c0","src/upwards/types.rs":"652a11f0ac9c28fd07b2b3413cb52413345c87afce1af17331376592f1f605f3","src/upwards/util.rs":"20516a8572736cc8b308396acc004fe364df5c389bc460ffcfc6081fa8251b82"},"package":"69507643d75a0ea9a402fcf73ced517d2b95cc95385904ac09d03e0b952fde33"} \ No newline at end of file
+{"files":{"CHANGELOG.md":"17e28440e1ca25d63d1c2d017053daaaca0ba628b6daf1847330f359c989a35d","Cargo.toml":"df7aa337a555f1adf2892817e4f4ae5a7e575a6dc28681820304ea61fd1718a1","LICENSE-APACHE":"cb4780590812826851ba250f90bed0ed19506ec98f6865a0e2e20bbf62391ff9","LICENSE-MIT":"49df47913ab2beafe8dc45607877ae64198bf0eee64aaad3e82ed9e4d27424e8","src/is.rs":"c447365cbc376ba022cba7d33389ca20b4ed2789d80fcf3998ac20330dbd99ca","src/lib.rs":"fd5a8db07b8e9372ba2e7317620978660c3d75ad3c8a444d850ef0b64757ab63","src/parse.rs":"04a95307b39485f8ecd7b23c353ce4c0ba46dbe854f61fc037c7dff82f0d412b","src/path.rs":"40eb99a452ac822328272a08319e32c2319f659ae0e6e63ebdd6af55a36d8dcd","src/repository.rs":"e9f8739c89984858fd88b71e904b5744ff3e68b8afe22c1015a57d4f036f6108","src/upwards/mod.rs":"ab0532fd5e074dc28034f01427f611f0cd38dd11cee12740d5c9a60e709e93c0","src/upwards/types.rs":"652a11f0ac9c28fd07b2b3413cb52413345c87afce1af17331376592f1f605f3","src/upwards/util.rs":"20516a8572736cc8b308396acc004fe364df5c389bc460ffcfc6081fa8251b82"},"package":"a45d5cf0321178883e38705ab2b098f625d609a7d4c391b33ac952eff2c490f2"} \ No newline at end of file
diff --git a/vendor/gix-discover/CHANGELOG.md b/vendor/gix-discover/CHANGELOG.md
index 4406f2a1a..94e94a863 100644
--- a/vendor/gix-discover/CHANGELOG.md
+++ b/vendor/gix-discover/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## 0.25.0 (2023-09-24)
+## 0.26.0 (2023-10-12)
A maintenance release without user-facing changes.
@@ -14,6 +14,29 @@ A maintenance release without user-facing changes.
<csr-read-only-do-not-edit/>
- 1 commit contributed to the release.
+ - 17 days passed between releases.
+ - 0 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+<csr-read-only-do-not-edit/>
+
+<details><summary>view details</summary>
+
+ * **Uncategorized**
+ - Prepare changelogs prior to release ([`1347a54`](https://github.com/Byron/gitoxide/commit/1347a54f84599d8f0aa935d6e64b16c2298d25cf))
+</details>
+
+## 0.25.0 (2023-09-24)
+
+A maintenance release without user-facing changes.
+
+### Commit Statistics
+
+<csr-read-only-do-not-edit/>
+
+ - 2 commits contributed to the release.
- 16 days passed between releases.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +48,7 @@ A maintenance release without user-facing changes.
<details><summary>view details</summary>
* **Uncategorized**
+ - Release gix-features v0.35.0, gix-actor v0.27.0, gix-object v0.37.0, gix-glob v0.13.0, gix-attributes v0.19.0, gix-filter v0.5.0, gix-fs v0.7.0, gix-commitgraph v0.21.0, gix-revwalk v0.8.0, gix-traverse v0.33.0, gix-worktree-stream v0.5.0, gix-archive v0.5.0, gix-tempfile v10.0.0, gix-lock v10.0.0, gix-ref v0.37.0, gix-config v0.30.0, gix-url v0.24.0, gix-credentials v0.20.0, gix-diff v0.36.0, gix-discover v0.25.0, gix-ignore v0.8.0, gix-index v0.25.0, gix-mailmap v0.19.0, gix-negotiate v0.8.0, gix-pack v0.43.0, gix-odb v0.53.0, gix-pathspec v0.3.0, gix-transport v0.37.0, gix-protocol v0.40.0, gix-revision v0.22.0, gix-refspec v0.18.0, gix-status v0.1.0, gix-submodule v0.4.0, gix-worktree v0.26.0, gix-worktree-state v0.3.0, gix v0.54.0, gitoxide-core v0.32.0, gitoxide v0.30.0, safety bump 37 crates ([`7891fb1`](https://github.com/Byron/gitoxide/commit/7891fb17348ec2f4c997665f9a25be36e2713da4))
- Prepare changelogs prior to release ([`8a60d5b`](https://github.com/Byron/gitoxide/commit/8a60d5b80877c213c3b646d3061e8a33e0e433ec))
</details>
diff --git a/vendor/gix-discover/Cargo.toml b/vendor/gix-discover/Cargo.toml
index 6a46886d6..e7792ef0b 100644
--- a/vendor/gix-discover/Cargo.toml
+++ b/vendor/gix-discover/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.65"
name = "gix-discover"
-version = "0.25.0"
+version = "0.26.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
include = [
"src/**/*",
@@ -36,13 +36,13 @@ features = [
default-features = false
[dependencies.gix-hash]
-version = "^0.13.0"
+version = "^0.13.1"
[dependencies.gix-path]
version = "^0.10.0"
[dependencies.gix-ref]
-version = "^0.37.0"
+version = "^0.38.0"
[dependencies.gix-sec]
version = "^0.10.0"