mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-08 21:40:00 +02:00
chore(deps): update rust crate infer to 0.16
This commit is contained in:
parent
c3a0d28309
commit
e694248ad5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1713,9 +1713,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "infer"
|
||||
version = "0.15.0"
|
||||
version = "0.16.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
|
||||
checksum = "bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847"
|
||||
|
||||
[[package]]
|
||||
name = "inlinable_string"
|
||||
|
|
|
@ -27,7 +27,7 @@ name = "conduit"
|
|||
version = "0.5.0"
|
||||
|
||||
[workspace.dependencies.infer]
|
||||
version = "0.15"
|
||||
version = "0.16"
|
||||
default-features = false
|
||||
|
||||
[workspace.dependencies.jsonwebtoken]
|
||||
|
|
Loading…
Add table
Reference in a new issue