Skip to content

Commit

Permalink
build(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 2 updates

---
updated-dependencies:
- dependency-name: ringbuf
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: nix
  dependency-type: direct:production
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 9409f70 commit ab6b2c5
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 @@ -24,7 +24,7 @@ thiserror = { version = "1.0.50", optional = true }
env_logger = "0.11.3"
multiqueue = "0.3.2"
rand = "0.8.5"
ringbuf = "0.3.3"
ringbuf = "0.4.1"
sha256 = "1.5.0"

[features]
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 = { path = "../libosdp" }
log = "0.4.20"
log4rs = "1.2.0"
nix = { version = "0.28.0", features = ["signal"] }
nix = { version = "0.29.0", features = ["signal"] }
rand = "0.8.5"
toml = "0.8.8"

0 comments on commit ab6b2c5

Please sign in to comment.