diff --git a/Cargo.lock b/Cargo.lock index bad7876..0552315 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,7 +1263,7 @@ dependencies = [ [[package]] name = "gyroflow-core" version = "1.5.2" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=64178f8#64178f887a8cb205a28c83439d37ec90551b160c" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=af4c575#af4c57581787ae82ec74c12a44a802909429c025" dependencies = [ "ahrs", "akaze", @@ -2890,7 +2890,7 @@ checksum = "5cce2183deb9e7ada727867823fb8bbbc8b56e503801a332d155dde613130e1b" [[package]] name = "stabilize_spirv" version = "0.0.0" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=64178f8#64178f887a8cb205a28c83439d37ec90551b160c" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=af4c575#af4c57581787ae82ec74c12a44a802909429c025" dependencies = [ "spirv-std", ] @@ -2969,7 +2969,7 @@ checksum = "df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0" [[package]] name = "telemetry-parser" version = "0.2.8" -source = "git+https://github.com/AdrianEddy/telemetry-parser.git?rev=3657dd0#3657dd0c959e6e086ecdd81f734ae469a4b862a1" +source = "git+https://github.com/AdrianEddy/telemetry-parser.git?rev=1ec16bd#1ec16bd7fbb56bebbc2960d5ac06e87c8ff61eb8" dependencies = [ "argh", "byteorder", @@ -3090,9 +3090,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.12" +version = "0.19.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78" +checksum = "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7" dependencies = [ "indexmap 2.0.0", "serde", @@ -3581,9 +3581,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.4.9" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81a2094c43cc94775293eaa0e499fbc30048a6d824ac82c0351a8c0bf9112529" +checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 30e8ad7..2ed499e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ ofx = "0.3" log = "0.4" itertools = "0.11" lru = "0.10" -gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "64178f8", features = ["bundle-lens-profiles"] } +gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "af4c575", features = ["bundle-lens-profiles"] } #gyroflow-core = { path = "../gyroflow/src/core", default-features = false, features = ["bundle-lens-profiles"] } log-panics = "2.1" rfd = "0.11"