From 6dd4c66613f8d79bf30fde7e11c98a86081a2350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:16:41 +0000 Subject: [PATCH] Bump sbp-settings from 0.6.21 to 0.6.22 Bumps [sbp-settings](https://github.com/swift-nav/libsettings-rs) from 0.6.21 to 0.6.22. - [Release notes](https://github.com/swift-nav/libsettings-rs/releases) - [Commits](https://github.com/swift-nav/libsettings-rs/compare/0.6.21...0.6.22) --- updated-dependencies: - dependency-name: sbp-settings dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- console_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dec5decb..1372735ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2612,9 +2612,9 @@ dependencies = [ [[package]] name = "sbp-settings" -version = "0.6.21" +version = "0.6.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a23d075a5e5888f07cc826db7299d25b2b5dcf1dcc86f8b15093921b4d7992" +checksum = "3101dc26b5ada4e4748c5595e4112717c49bbc860e3001124d7a0588a99a54f5" dependencies = [ "crossbeam-channel", "crossbeam-utils", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 186ed2a96..03faf1b0c 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -20,7 +20,7 @@ directories = "5" crossbeam = "0.8" rand = "0.8.5" parking_lot = "0.12.1" -sbp-settings = "0.6.21" +sbp-settings = "0.6.22" rust-ini = "0.19.0" regex = "1.9.5" serde_json = "1"