Skip to content

Commit

Permalink
Bump the production-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
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.2
- [Commits](libosdp-sys-v0.1.5...libosdp-sys-v3.0.2)

Updates `env_logger` to 0.11.3
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.10.0...v0.11.3)

Updates `nix` to 0.28.0
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 9, 2024
1 parent 81000b0 commit eb80950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libosdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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.3"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion osdpctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit eb80950

Please sign in to comment.