chore(deps): update rust crate infer to 0.16

This commit is contained in:
renovate[bot] 2024-06-02 05:22:25 +00:00 committed by GitHub
parent c3a0d28309
commit e694248ad5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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"

View file

@ -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]