mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
deps: update version
This commit is contained in:
parent
1348541021
commit
e2736ad501
3 changed files with 13 additions and 13 deletions
22
Cargo.lock
generated
22
Cargo.lock
generated
|
|
@ -333,9 +333,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.167"
|
version = "0.2.168"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
|
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libyml"
|
name = "libyml"
|
||||||
|
|
@ -473,7 +473,7 @@ dependencies = [
|
||||||
"colored",
|
"colored",
|
||||||
"inquire",
|
"inquire",
|
||||||
"pay-respects-parser 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pay-respects-parser 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"pay-respects-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pay-respects-utils 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex-lite",
|
"regex-lite",
|
||||||
"rust-i18n",
|
"rust-i18n",
|
||||||
"sys-locale",
|
"sys-locale",
|
||||||
|
|
@ -496,7 +496,7 @@ dependencies = [
|
||||||
name = "pay-respects-module-runtime-rules"
|
name = "pay-respects-module-runtime-rules"
|
||||||
version = "0.1.3"
|
version = "0.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pay-respects-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"pay-respects-utils 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"regex-lite",
|
"regex-lite",
|
||||||
"serde",
|
"serde",
|
||||||
"toml 0.8.19",
|
"toml 0.8.19",
|
||||||
|
|
@ -528,16 +528,16 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pay-respects-utils"
|
name = "pay-respects-utils"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"regex-lite",
|
"regex-lite",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pay-respects-utils"
|
name = "pay-respects-utils"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e01bc5b41ef9368d5c9d928e4462943083f178146089e4eccefbd09c142170d1"
|
checksum = "bf4faa3caa777077a3260ad64dd6dec18d8f5d5e6c6c72c0c1b03dfd3ab4880d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"regex-lite",
|
"regex-lite",
|
||||||
]
|
]
|
||||||
|
|
@ -680,15 +680,15 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustix"
|
name = "rustix"
|
||||||
version = "0.38.41"
|
version = "0.38.42"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
|
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.6.0",
|
"bitflags 2.6.0",
|
||||||
"errno",
|
"errno",
|
||||||
"libc",
|
"libc",
|
||||||
"linux-raw-sys 0.4.14",
|
"linux-raw-sys 0.4.14",
|
||||||
"windows-sys 0.52.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
@ -889,7 +889,7 @@ dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"fastrand",
|
"fastrand",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"rustix 0.38.41",
|
"rustix 0.38.42",
|
||||||
"windows-sys 0.59.0",
|
"windows-sys 0.59.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ regex-lite = "0.1"
|
||||||
inquire = "0.7.5"
|
inquire = "0.7.5"
|
||||||
|
|
||||||
pay-respects-parser = "0.3.3"
|
pay-respects-parser = "0.3.3"
|
||||||
pay-respects-utils = "0.1.0"
|
pay-respects-utils = "0.1.1"
|
||||||
# pay-respects-parser = { path = "../parser" }
|
# pay-respects-parser = { path = "../parser" }
|
||||||
# pay-respects-utils = { path = "../utils"}
|
# pay-respects-utils = { path = "../utils"}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ regex-lite = "0.1"
|
||||||
|
|
||||||
toml = { version = "0.8" }
|
toml = { version = "0.8" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
pay-respects-utils = "0.1.0"
|
pay-respects-utils = "0.1.1"
|
||||||
# pay-respects-utils = { path = "../utils" }
|
# pay-respects-utils = { path = "../utils" }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue