diff --git a/Cargo.lock b/Cargo.lock index 3741657f0..86ab41757 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1520,9 +1520,9 @@ dependencies = [ [[package]] name = "sbp-settings" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a749fd90bfa5b6fee6a7ea30c4d1fa3f4668da17c197c516258b967f8cea902" +checksum = "1891f3b07f09f505f9db782ca56e21655338184bdfcad584bdda9fdc0e7bcc2b" dependencies = [ "crossbeam-channel", "crossbeam-utils", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index cbf07fd33..adf2e1972 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -41,7 +41,7 @@ parking_lot = "0.12.0" regex = { version = "1.5.4" } rust-ini = "0.18.0" sbp = { version = "4.1.4", features = ["json", "link", "swiftnav"] } -sbp-settings = "0.6.4" +sbp-settings = "0.6.5" env_logger = { version = "0.9", optional = true } mimalloc = { version = "0.1", default-features = false } curl = { version = "0.4", features = ["ssl", "static-curl"] }