From 474a89bb82c77c8e8c7720ae7014875aba027ae2 Mon Sep 17 00:00:00 2001 From: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:01:24 +0100 Subject: [PATCH] chore: update dependencies Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com> --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1ef7a6..67b8631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,17 +6,17 @@ license = "MIT OR Apache-2.0" name = "modemmanager-sys" readme = "README.md" repository = "git@github.com:omnect/modemmanager-sys.git" -version = "0.1.3" +version = "0.1.4" [dependencies] -num = "0.4" -num-derive = "0.4" -num-traits = "0.2" -serde = { version = "1.0", features = ["serde_derive"] } -zvariant = { version = "4.2", optional = true } +num = { version = "0.4", default-features = false } +num-derive = { version = "0.4", default-features = false } +num-traits = { version = "0.2", default-features = false } +serde = { version = "1", default-features = false, features = ["serde_derive"] } +zvariant = { version = "5.2", optional = true } [build-dependencies] -bindgen = "0.69" +bindgen = "0.71" pkg-config = "0.3" [features]