mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-10 21:36:43 +01:00
Watchexec lib 2.3.1 with pinned dependencies
This commit is contained in:
parent
19a3fc9189
commit
7e20d95f3b
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -3241,18 +3241,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "1.0.47"
|
version = "1.0.40"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl",
|
"thiserror-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "1.0.47"
|
version = "1.0.40"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@ -3803,7 +3803,7 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "watchexec"
|
name = "watchexec"
|
||||||
version = "2.3.0"
|
version = "2.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-priority-channel",
|
"async-priority-channel",
|
||||||
"async-recursion",
|
"async-recursion",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "watchexec"
|
name = "watchexec"
|
||||||
version = "2.3.0"
|
version = "2.3.1"
|
||||||
|
|
||||||
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
|
authors = ["Matt Green <mattgreenrocks@gmail.com>", "Félix Saparelli <felix@passcod.name>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
@ -23,7 +23,7 @@ clearscreen = "2.0.1"
|
|||||||
futures = "0.3.16"
|
futures = "0.3.16"
|
||||||
miette = "5.3.0"
|
miette = "5.3.0"
|
||||||
once_cell = "1.8.0"
|
once_cell = "1.8.0"
|
||||||
thiserror = "1.0.26"
|
thiserror = "=1.0.40"
|
||||||
normalize-path = "0.2.0"
|
normalize-path = "0.2.0"
|
||||||
|
|
||||||
[dependencies.command-group]
|
[dependencies.command-group]
|
||||||
@ -31,22 +31,22 @@ version = "2.1.0"
|
|||||||
features = ["with-tokio"]
|
features = ["with-tokio"]
|
||||||
|
|
||||||
[dependencies.watchexec-events]
|
[dependencies.watchexec-events]
|
||||||
version = "1.0.0"
|
version = "=1.0.0"
|
||||||
path = "../events"
|
path = "../events"
|
||||||
|
|
||||||
[dependencies.watchexec-signals]
|
[dependencies.watchexec-signals]
|
||||||
version = "1.0.0"
|
version = "=1.0.0"
|
||||||
path = "../signals"
|
path = "../signals"
|
||||||
|
|
||||||
[dependencies.ignore-files]
|
[dependencies.ignore-files]
|
||||||
version = "1.3.1"
|
version = "=1.3.1"
|
||||||
path = "../ignore-files"
|
path = "../ignore-files"
|
||||||
|
|
||||||
[dependencies.notify]
|
[dependencies.notify]
|
||||||
version = "5.0.0"
|
version = "5.0.0"
|
||||||
|
|
||||||
[dependencies.project-origins]
|
[dependencies.project-origins]
|
||||||
version = "1.2.0"
|
version = "=1.2.0"
|
||||||
path = "../project-origins"
|
path = "../project-origins"
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
|
Loading…
Reference in New Issue
Block a user