diff --git a/Cargo.lock b/Cargo.lock index 0f3fb8f8..f1f1d692 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1203,9 +1203,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "page_size" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b7663cbd190cfd818d08efa8497f6cd383076688c49a391ef7c0d03cd12b561" +checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 66988c11..27adc146 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ nix = "0.26" log = "0.4" libc = { version = ">=0.2.69" } flexi_logger = "0.25" -page_size = "0.5" +page_size = "0.6" signal-hook = "0.3" serde_cbor = "0.11" driver-bindings = { path = "./driver-bindings" }