dep: Upgrade transitive dependencies (#1144)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-06-11 04:08:37 +00:00 committed by GitHub
parent 879f400d2c
commit fba862a4e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View file

@ -723,9 +723,9 @@ dependencies = [
[[package]] [[package]]
name = "file-format" name = "file-format"
version = "0.17.2" version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e44efc8ce1e05c66fa0f68a65e3e6ae01b1515ea623e234b194bdc568a5c7bc9" checksum = "805eab5eeca901cbdfabf3f54adb2f27464073617279fd4e14eedb2a0757222e"
[[package]] [[package]]
name = "filetime" name = "filetime"
@ -1290,9 +1290,9 @@ dependencies = [
[[package]] [[package]]
name = "log" name = "log"
version = "0.4.18" version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
[[package]] [[package]]
name = "lru-cache" name = "lru-cache"