chore(deps): lock file maintenance rust dependencies

This commit is contained in:
renovate[bot] 2023-06-12 01:41:28 +00:00 committed by relrelb
parent da6e2a96bf
commit 438e6f36ff
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -2572,9 +2572,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 = "loom" name = "loom"
@ -3332,9 +3332,9 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]] [[package]]
name = "png" name = "png"
version = "0.17.8" version = "0.17.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"crc32fast", "crc32fast",
@ -4017,9 +4017,9 @@ dependencies = [
[[package]] [[package]]
name = "rustix" name = "rustix"
version = "0.37.19" version = "0.37.20"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"errno", "errno",

View File

@ -12,7 +12,7 @@ ruffle_wstr = { path = "../wstr" }
swf = { path = "../swf"} swf = { path = "../swf"}
tracing = "0.1.37" tracing = "0.1.37"
gif = "0.12.0" gif = "0.12.0"
png = { version = "0.17.8" } png = { version = "0.17.9" }
flate2 = "1.0.26" flate2 = "1.0.26"
smallvec = { version = "1.10.0", features = ["union"] } smallvec = { version = "1.10.0", features = ["union"] }
downcast-rs = "1.2.0" downcast-rs = "1.2.0"