Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Mar 13, 2024
1 parent f855272 commit 112fbca
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 @@ -14,14 +14,14 @@ categories = ["development-tools", "embedded"]

[dependencies]
bitflags = "2.4.0"
libosdp-sys = "3.0.2"
libosdp-sys = "3.0.3"
log = "0.4.20"
once_cell = "1.18.0"
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 112fbca

Please sign in to comment.