Skip to content

Commit

Permalink
build(deps): bump the production-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  dependency-group: production-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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent f21b21e commit 6d2be59
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 @@ -18,15 +18,15 @@ embedded-io = { version = "0.6.1", features = ["alloc"] }
libosdp-sys = "3.0.8"
log = { version = "0.4.20", optional = true }
serde = { version = "1.0.192", features = ["derive", "alloc"], default-features = false }
thiserror = { version = "1.0.50", optional = true }
thiserror = { version = "2.0.3", optional = true }
defmt = { version = "0.3", optional = true, features = ["alloc"] }
itoa = "1.0.11"

[dev-dependencies]
env_logger = "0.11.3"
multiqueue = "0.3.2"
rand = "0.8.5"
ringbuf = "0.3.3"
ringbuf = "0.4.7"
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 6d2be59

Please sign in to comment.