-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# Project Dependencies | ||
Package: dowser | ||
Version: 0.10.1 | ||
Generated: 2024-11-28 19:17:52 UTC | ||
Version: 0.11.0 | ||
Generated: 2024-12-10 20:17:22 UTC | ||
|
||
| Package | Version | Author(s) | License | | ||
| ---- | ---- | ---- | ---- | | ||
| [**ahash**](https://github.com/tkaitchuck/ahash) | 0.8.11 | [Tom Kaitchuck](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.8.0 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [**dactyl**](https://github.com/Blobfolio/dactyl) | 0.9.0 | [Josh Stoik](mailto:[email protected]) | WTFPL | | ||
| [version_check](https://github.com/SergioBenitez/version_check) ⚒️ | 0.9.5 | [Sergio Benitez](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [zerocopy](https://github.com/google/zerocopy) | 0.7.35 | [Joshua Liebow-Feeser](mailto:[email protected]) | BSD-2-Clause OR Apache-2.0 OR MIT | | ||
| [zerocopy-derive](https://github.com/google/zerocopy) | 0.7.35 | [Joshua Liebow-Feeser](mailto:[email protected]) | BSD-2-Clause OR Apache-2.0 OR MIT | | ||
| [_once_cell_](https://github.com/matklad/once_cell) | 1.20.2 | [Aleksey Kladov](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [_proc-macro2_](https://github.com/dtolnay/proc-macro2) ⚒️ | 1.0.92 | [David Tolnay](mailto:[email protected]) and [Alex Crichton](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [_quote_](https://github.com/dtolnay/quote) ⚒️ | 1.0.37 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [_syn_](https://github.com/dtolnay/syn) ⚒️ | 2.0.89 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [_syn_](https://github.com/dtolnay/syn) ⚒️ | 2.0.90 | [David Tolnay](mailto:[email protected]) | MIT OR Apache-2.0 | | ||
| [_unicode-ident_](https://github.com/dtolnay/unicode-ident) ⚒️ | 1.0.14 | [David Tolnay](mailto:[email protected]) | (MIT OR Apache-2.0) AND Unicode-3.0 | | ||
|
||
### Legend | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[package] | ||
name = "dowser" | ||
version = "0.10.1" | ||
version = "0.11.0" | ||
authors = ["Josh Stoik <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.81" | ||
rust-version = "1.83" | ||
description = "A recursive, canonicalizing file finding library for Unix." | ||
license = "WTFPL" | ||
repository = "https://github.com/Blobfolio/dowser" | ||
|
@@ -26,14 +26,14 @@ default-target = "x86_64-unknown-linux-gnu" | |
name = "Dowser" | ||
|
||
[dependencies] | ||
dactyl = "0.8.*" | ||
dactyl = "0.9.*" | ||
|
||
[dependencies.ahash] | ||
version = "0.8.*" | ||
default-features = false | ||
|
||
[dev-dependencies] | ||
brunch = "0.7.*" | ||
brunch = "0.8.*" | ||
|
||
[[bench]] | ||
name = "dowser" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters