diff --git a/Cargo.lock b/Cargo.lock index 4043e8f62..056640dc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2294,9 +2294,9 @@ dependencies = [ [[package]] name = "sbp-settings" -version = "0.6.14" +version = "0.6.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce7f60f338d315059026153166aff831fdc8ef0b0c2ad84ea07a298e830e036f" +checksum = "e78c5c4046552653b9e8da52a5a5d9332f46b40782afef3feed0cd61e6aaa770" dependencies = [ "crossbeam-channel", "crossbeam-utils", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 87ce53a11..69efa6676 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -41,7 +41,7 @@ parking_lot = "0.12.1" regex = { version = "1.5.6" } rust-ini = "0.18.0" sbp = { version = "4.13.0", features = ["json", "link", "swiftnav"] } -sbp-settings = "0.6.14" +sbp-settings = "0.6.15" env_logger = { version = "0.9", optional = true } mimalloc = { version = "0.1", default-features = false } indicatif = { version = "0.16", optional = true }