chore: update Cargo.lock

This commit is contained in:
sleepycatcoding 2023-07-29 14:39:46 +03:00 committed by Nathan Adams
parent 7acc25d319
commit a31a9668bc
1 changed files with 4 additions and 1 deletions

5
Cargo.lock generated
View File

@ -3833,6 +3833,7 @@ dependencies = [
name = "ruffle_core" name = "ruffle_core"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"async-channel",
"bitflags 2.3.3", "bitflags 2.3.3",
"bitstream-io", "bitstream-io",
"build_playerglobal", "build_playerglobal",
@ -3891,6 +3892,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arboard", "arboard",
"async-channel",
"async-io", "async-io",
"async-net", "async-net",
"bytemuck", "bytemuck",
@ -4098,6 +4100,7 @@ dependencies = [
name = "ruffle_web" name = "ruffle_web"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"async-channel",
"base64 0.21.2", "base64 0.21.2",
"chrono", "chrono",
"console_error_panic_hook", "console_error_panic_hook",
@ -4704,7 +4707,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"approx", "approx",
"async-io", "async-channel",
"env_logger", "env_logger",
"futures", "futures",
"image", "image",