Watchexec lib 2.3.1 with pinned dependencies

This commit is contained in:
Félix Saparelli 2023-11-28 19:40:08 +13:00
parent 19a3fc9189
commit dfb977d47f
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

10
Cargo.lock generated
View File

@ -3241,18 +3241,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.47"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.47"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
"proc-macro2",
"quote",
@ -3803,7 +3803,7 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "watchexec"
version = "2.3.0"
version = "2.3.1"
dependencies = [
"async-priority-channel",
"async-recursion",

View File

@ -1,6 +1,6 @@
[package]
name = "watchexec"
version = "2.3.0"
version = "2.3.1"
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0"
@ -23,7 +23,7 @@ clearscreen = "2.0.1"
futures = "0.3.16"
miette = "5.3.0"
once_cell = "1.8.0"
thiserror = "1.0.26"
thiserror = "=1.0.40"
normalize-path = "0.2.0"
[dependencies.command-group]
@ -31,22 +31,22 @@ version = "2.1.0"
features = ["with-tokio"]
[dependencies.watchexec-events]
version = "1.0.0"
version = "=1.0.0"
path = "../events"
[dependencies.watchexec-signals]
version = "1.0.0"
version = "=1.0.0"
path = "../signals"
[dependencies.ignore-files]
version = "1.3.1"
version = "=1.3.1"
path = "../ignore-files"
[dependencies.notify]
version = "5.0.0"
[dependencies.project-origins]
version = "1.2.0"
version = "=1.2.0"
path = "../project-origins"
[dependencies.tokio]