diff --git a/libosdp/Cargo.toml b/libosdp/Cargo.toml index d69179e..8b820c6 100644 --- a/libosdp/Cargo.toml +++ b/libosdp/Cargo.toml @@ -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" @@ -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.2" [features] default = ["std"] diff --git a/osdpctl/Cargo.toml b/osdpctl/Cargo.toml index a6fe30a..0b0be63 100644 --- a/osdpctl/Cargo.toml +++ b/osdpctl/Cargo.toml @@ -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"