Skip to content

Commit

Permalink
build(deps): bump the production-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) and [nix](https://github.com/nix-rust/nix) to permit the latest version.

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: 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 671eaaa commit d39d7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libosdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0.192", features = ["derive"] }
thiserror = { version = "1.0.50", optional = true }

[dev-dependencies]
env_logger = "0.10.0"
env_logger = "0.11.3"
multiqueue = "0.3.2"
ringbuf = "0.3.3"

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 d39d7db

Please sign in to comment.