mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 18:06:43 +02:00
fix(deps): update rust crate infer to 0.15
This commit is contained in:
parent
154b2ab490
commit
f8e2ee9671
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1609,9 +1609,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "infer"
|
name = "infer"
|
||||||
version = "0.3.7"
|
version = "0.15.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "865e8a58ae8e24d2c4412c31344afa1d302a3740ad67528c10f50d6876cdcf55"
|
checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "inlinable_string"
|
name = "inlinable_string"
|
||||||
|
|
|
@ -19,7 +19,7 @@ rust-version = "1.77.0"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
console-subscriber = { version = "0.2", optional = true }
|
console-subscriber = { version = "0.2", optional = true }
|
||||||
|
|
||||||
infer = { version = "0.3", default-features = false }
|
infer = { version = "0.15", default-features = false }
|
||||||
|
|
||||||
# for hot lib reload
|
# for hot lib reload
|
||||||
hot-lib-reloader = { version = "^0.7", optional = true }
|
hot-lib-reloader = { version = "^0.7", optional = true }
|
||||||
|
|
Loading…
Add table
Reference in a new issue