From 284b16ce25645581d7e2b8f382825287585280f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:13:55 +0000 Subject: [PATCH] Bump the production-dependencies group with 3 updates Updates the requirements on [libosdp-sys](https://github.com/goToMain/libosdp-rs), [env_logger](https://github.com/rust-cli/env_logger) and [nix](https://github.com/nix-rust/nix) to permit the latest version. Updates `libosdp-sys` to 3.0.1 - [Commits](https://github.com/goToMain/libosdp-rs/compare/libosdp-sys-v0.1.5...libosdp-sys-v3.0.1) Updates `env_logger` to 0.11.2 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.11.2) Updates `nix` to 0.28.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.27.1...v0.28.0) --- updated-dependencies: - dependency-name: libosdp-sys dependency-type: direct:production dependency-group: production-dependencies - dependency-name: env_logger dependency-type: direct:production dependency-group: production-dependencies - dependency-name: nix dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- libosdp/Cargo.toml | 4 ++-- osdpctl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libosdp/Cargo.toml b/libosdp/Cargo.toml index d69179e..8b820c6 100644 --- a/libosdp/Cargo.toml +++ b/libosdp/Cargo.toml @@ -15,7 +15,7 @@ categories = ["development-tools", "embedded"] [dependencies] bitflags = "2.4.0" embedded-io = "0.6.1" -libosdp-sys = "0.1.5" +libosdp-sys = "3.0.1" log = "0.4.20" multiqueue = "0.3.2" once_cell = "1.18.0" @@ -26,7 +26,7 @@ spin = "0.9.8" thiserror = { version = "1.0.50", optional = true } [dev-dependencies] -env_logger = "0.10.0" +env_logger = "0.11.2" [features] default = ["std"] diff --git a/osdpctl/Cargo.toml b/osdpctl/Cargo.toml index a6fe30a..0b0be63 100644 --- a/osdpctl/Cargo.toml +++ b/osdpctl/Cargo.toml @@ -23,6 +23,6 @@ dirs = "5.0.1" libosdp = { version = "0.1.8" } log = "0.4.20" log4rs = "1.2.0" -nix = { version = "0.27.1", features = ["signal"] } +nix = { version = "0.28.0", features = ["signal"] } rand = "0.8.5" toml = "0.8.8"