diff --git a/Cargo.lock b/Cargo.lock index 9eff810..76ccfa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ name = "ahrs" version = "0.6.0" source = "git+https://github.com/jmagnuson/ahrs-rs.git?rev=bf7b41d#bf7b41d09115b47ce8f6060624ed6a8a9bc445d4" dependencies = [ - "nalgebra 0.32.1", + "nalgebra 0.32.2", "num-traits 0.2.15", "simba 0.8.0", ] @@ -166,7 +166,7 @@ checksum = "a8798ca7447753fcb3dd98d9095335b1564812a68c6e7c3d1926e1d5cf094e37" dependencies = [ "anyhow", "cfg-if", - "nalgebra 0.32.1", + "nalgebra 0.32.2", "num-complex", "num-integer", "num-traits 0.2.15", @@ -1135,8 +1135,8 @@ dependencies = [ [[package]] name = "gyroflow-core" -version = "1.4.2" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=7c7d51a#7c7d51abd83903089e717961fdcd7c8a9163e2cf" +version = "1.5.0" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=3bd803d#3bd803d1a675f3b7ce06791134a0a065e1b725d8" dependencies = [ "ahrs", "akaze", @@ -1174,7 +1174,7 @@ dependencies = [ "lru", "metal", "mimalloc", - "nalgebra 0.32.1", + "nalgebra 0.32.2", "num", "objc-foundation", "ocl", @@ -1713,9 +1713,9 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6515c882ebfddccaa73ead7320ca28036c4bc84c9bcca3cc0cbba8efe89223a" +checksum = "d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511" dependencies = [ "approx", "matrixmultiply", @@ -2383,7 +2383,7 @@ dependencies = [ "argmin-math", "libm 0.2.6", "log", - "nalgebra 0.32.1", + "nalgebra 0.32.2", "rand", "rayon", "superslice", @@ -2481,18 +2481,18 @@ checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" [[package]] name = "serde" -version = "1.0.152" +version = "1.0.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" +checksum = "3a382c72b4ba118526e187430bb4963cd6d55051ebf13d9b25574d379cc98d20" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.152" +version = "1.0.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" +checksum = "1ef476a5790f0f6decbc66726b6e5d63680ed518283e64c7df415989d880954f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 7e6913c..8c476d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ measure_time = "0.8" log = "0.4" itertools = "0.10" lru = "0.10" -gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "7c7d51a", features = ["bundle-lens-profiles"] } +gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "3bd803d", features = ["bundle-lens-profiles"] } #gyroflow-core = { path = "../gyroflow/src/core", default-features = false, features = ["bundle-lens-profiles"] } log-panics = "2.1" rfd = "0.11"