diff --git a/Cargo.lock b/Cargo.lock index 5707d3836..cd3f5f5ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2330,9 +2330,9 @@ dependencies = [ [[package]] name = "sbp-settings" -version = "0.6.13" +version = "0.6.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0caf65b8d551b1dd0f240cb3b00ee42501d282a58f51553f339d4a7bd9b84762" +checksum = "ce7f60f338d315059026153166aff831fdc8ef0b0c2ad84ea07a298e830e036f" dependencies = [ "crossbeam-channel", "crossbeam-utils", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 8ce1667af..505e7a9d9 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.4.0", features = ["json", "link", "swiftnav"] } -sbp-settings = "0.6.13" +sbp-settings = "0.6.14" env_logger = { version = "0.9", optional = true } mimalloc = { version = "0.1", default-features = false } indicatif = { version = "0.16", optional = true }