From d99f0a560a448966b2de2c2dbc7b6719956b3f4a Mon Sep 17 00:00:00 2001 From: Max Whitehead Date: Sun, 6 Oct 2024 21:47:53 -0700 Subject: [PATCH] chore(deps): Cargo update --- Cargo.lock | 118 +++++++++++++++++++++++++---------------------------- 1 file changed, 56 insertions(+), 62 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9621b17102..95c8097f5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,22 +623,6 @@ dependencies = [ "encase_derive_impl", ] -[[package]] -name = "bevy_gilrs" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f4d79c55829f8016014593a42453f61a564ffb06ef79460d25696ccdfac67b" -dependencies = [ - "bevy_app", - "bevy_ecs", - "bevy_input", - "bevy_log", - "bevy_time", - "bevy_utils", - "gilrs", - "thiserror", -] - [[package]] name = "bevy_gizmos" version = "0.11.3" @@ -701,7 +685,6 @@ dependencies = [ "bevy_derive", "bevy_diagnostic", "bevy_ecs", - "bevy_gilrs", "bevy_gizmos", "bevy_hierarchy", "bevy_input", @@ -1197,7 +1180,7 @@ dependencies = [ [[package]] name = "bones_asset" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "anyhow", "append-only-vec", @@ -1211,8 +1194,10 @@ dependencies = [ "elsa", "erased-serde 0.4.5", "event-listener 4.0.3", + "futures-lite 2.3.0", "notify", "once_cell", + "parking_lot", "paste", "path-absolutize", "semver", @@ -1222,13 +1207,14 @@ dependencies = [ "sha2", "tracing", "ulid", + "ustr", "web-sys", ] [[package]] name = "bones_bevy_renderer" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "anyhow", "bevy", @@ -1245,7 +1231,7 @@ dependencies = [ [[package]] name = "bones_ecs" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "anyhow", "atomicell", @@ -1253,6 +1239,7 @@ dependencies = [ "bones_ecs_macros", "bones_schema", "bones_utils", + "branches", "glam 0.24.2", "once_map", "paste", @@ -1262,7 +1249,7 @@ dependencies = [ [[package]] name = "bones_ecs_macros" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "bones_ecs_macros_core", "proc-macro2", @@ -1271,7 +1258,7 @@ dependencies = [ [[package]] name = "bones_ecs_macros_core" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "proc-macro2", "quote", @@ -1281,7 +1268,7 @@ dependencies = [ [[package]] name = "bones_framework" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "anyhow", "async-channel 1.9.0", @@ -1300,7 +1287,9 @@ dependencies = [ "either", "fluent", "fluent-langneg", + "futures-lite 2.3.0", "ggrs", + "gilrs", "glam 0.24.2", "hex", "image 0.24.9", @@ -1317,6 +1306,7 @@ dependencies = [ "postcard", "rcgen", "rustls 0.21.12", + "send_wrapper", "serde", "serde_yaml", "smallvec", @@ -1328,22 +1318,24 @@ dependencies = [ "tracing-subscriber", "tracing-wasm", "ttf-parser", + "turborand", "unic-langid", ] [[package]] name = "bones_lib" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "bones_ecs", "instant", + "ustr", ] [[package]] name = "bones_matchmaker_proto" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "iroh-net", "serde", @@ -1352,25 +1344,28 @@ dependencies = [ [[package]] name = "bones_schema" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "append-only-vec", "bones_schema_macros", "bones_utils", "erased-serde 0.4.5", + "fxhash", "glam 0.24.2", + "hashbrown 0.14.5", "humantime", + "parking_lot", "paste", "serde", "sptr", "stable_deref_trait", - "ulid", + "ustr", ] [[package]] name = "bones_schema_macros" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "proc-macro2", "quote", @@ -1380,14 +1375,16 @@ dependencies = [ [[package]] name = "bones_scripting" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "async-channel 1.9.0", "bevy_tasks", "bones_asset", "bones_lib", + "futures-lite 2.3.0", "gc-arena", "gc-arena-derive", + "parking_lot", "piccolo", "send_wrapper", "tracing", @@ -1397,28 +1394,22 @@ dependencies = [ [[package]] name = "bones_utils" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "bones_utils_macros", - "branches", - "futures-lite 2.3.0", "fxhash", "getrandom", "hashbrown 0.14.5", "instant", - "maybe-owned", - "parking_lot", "serde", - "smallvec", "turborand", "ulid", - "ustr", ] [[package]] name = "bones_utils_macros" version = "0.4.0" -source = "git+https://github.com/fishfolk/bones#1ecb3dd40e9c4df3056c086510b7761a2a043bf0" +source = "git+https://github.com/fishfolk/bones#4a7271514812c37fcafd84ea3abf51d118df3da6" dependencies = [ "quote", "venial", @@ -1714,6 +1705,16 @@ dependencies = [ "libc", ] +[[package]] +name = "core-foundation" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "core-foundation-sys" version = "0.8.7" @@ -1727,7 +1728,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" dependencies = [ "bitflags 1.3.2", - "core-foundation", + "core-foundation 0.9.4", "core-graphics-types", "foreign-types 0.3.2", "libc", @@ -1740,7 +1741,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" dependencies = [ "bitflags 1.3.2", - "core-foundation", + "core-foundation 0.9.4", "core-graphics-types", "foreign-types 0.5.0", "libc", @@ -1753,7 +1754,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" dependencies = [ "bitflags 1.3.2", - "core-foundation", + "core-foundation 0.9.4", "libc", ] @@ -2999,9 +3000,9 @@ dependencies = [ [[package]] name = "gilrs" -version = "0.10.10" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a556964c6d62458084356ce9770676f5104bd667e12e9a795691076e8a17c5cf" +checksum = "bbb2c998745a3c1ac90f64f4f7b3a54219fd3612d7705e7798212935641ed18f" dependencies = [ "fnv", "gilrs-core", @@ -3012,12 +3013,12 @@ dependencies = [ [[package]] name = "gilrs-core" -version = "0.5.15" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732dadc05170599ddec9a89653f10d7a2af54da9181b3fa6e2bd49907ec8f7e4" +checksum = "495af945e45efd6386227613cd9fb7bd7c43d3c095040e30c5304c489e6abed5" dependencies = [ - "core-foundation", - "inotify 0.10.2", + "core-foundation 0.10.0", + "inotify 0.11.0", "io-kit-sys", "js-sys", "libc", @@ -3028,7 +3029,7 @@ dependencies = [ "vec_map", "wasm-bindgen", "web-sys", - "windows 0.58.0", + "windows 0.44.0", ] [[package]] @@ -3687,11 +3688,11 @@ dependencies = [ [[package]] name = "inotify" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc" +checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", "inotify-sys", "libc", ] @@ -4064,6 +4065,7 @@ dependencies = [ "serde_yaml", "shadow-rs", "shiftnanigans", + "smallvec", "strum 0.25.0", "thiserror", "tracing", @@ -4354,12 +4356,6 @@ dependencies = [ "rawpointer", ] -[[package]] -name = "maybe-owned" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4" - [[package]] name = "md5" version = "0.7.0" @@ -6518,7 +6514,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ "bitflags 2.6.0", - "core-foundation", + "core-foundation 0.9.4", "core-foundation-sys", "libc", "security-framework-sys", @@ -7222,7 +7218,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ "bitflags 2.6.0", - "core-foundation", + "core-foundation 0.9.4", "system-configuration-sys", ] @@ -7715,7 +7711,6 @@ checksum = "04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289" dependencies = [ "getrandom", "rand", - "serde", "web-time 1.1.0", ] @@ -7831,7 +7826,6 @@ dependencies = [ "byteorder", "lazy_static", "parking_lot", - "serde", ] [[package]] @@ -8053,7 +8047,7 @@ version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b" dependencies = [ - "core-foundation", + "core-foundation 0.9.4", "home", "jni", "log", @@ -8644,7 +8638,7 @@ dependencies = [ "android-activity", "bitflags 1.3.2", "cfg_aliases 0.1.1", - "core-foundation", + "core-foundation 0.9.4", "core-graphics 0.22.3", "dispatch", "instant",