From 2202f84d62665552d11bfe9e9e2b2b624d52d899 Mon Sep 17 00:00:00 2001 From: Debian FreeIPA Team Date: Mon, 19 Jun 2023 17:13:30 +0100 Subject: [PATCH] allow-newer-crates Gbp-Pq: Name allow-newer-crates.diff --- Makefile.am | 2 +- src/librnsslapd/Cargo.toml | 2 +- src/librslapd/Cargo.toml | 4 ++-- src/plugins/entryuuid/Cargo.toml | 2 +- src/plugins/entryuuid_syntax/Cargo.toml | 2 +- src/plugins/pwdchan/Cargo.toml | 2 +- src/slapd/Cargo.toml | 2 +- src/slapi_r_plugin/Cargo.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index a6ce565..dd3df91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,7 @@ RUST_LDFLAGS = -ldl -lpthread -lgcc_s -lc -lm -lrt -lutil endif RUST_DEFINES = -DRUST_ENABLE if RUST_ENABLE_OFFLINE -RUST_OFFLINE = --locked --offline +RUST_OFFLINE = --offline else RUST_OFFLINE = endif diff --git a/src/librnsslapd/Cargo.toml b/src/librnsslapd/Cargo.toml index 11bb9af..ef452a3 100644 --- a/src/librnsslapd/Cargo.toml +++ b/src/librnsslapd/Cargo.toml @@ -21,5 +21,5 @@ slapd = { path = "../slapd" } libc = "0.2" [build-dependencies] -cbindgen = "0.9" +cbindgen = "0.*" diff --git a/src/librslapd/Cargo.toml b/src/librslapd/Cargo.toml index 15c00a4..b5f5339 100644 --- a/src/librslapd/Cargo.toml +++ b/src/librslapd/Cargo.toml @@ -15,8 +15,8 @@ crate-type = ["staticlib", "lib"] [dependencies] slapd = { path = "../slapd" } libc = "0.2" -concread = "^0.2.20" +concread = "0.*" [build-dependencies] -cbindgen = "0.9" +cbindgen = "0.*" diff --git a/src/plugins/entryuuid/Cargo.toml b/src/plugins/entryuuid/Cargo.toml index c43d7a7..4591fa7 100644 --- a/src/plugins/entryuuid/Cargo.toml +++ b/src/plugins/entryuuid/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["staticlib", "lib"] [dependencies] libc = "0.2" -paste = "0.1" +paste = "1.*" slapi_r_plugin = { path="../../slapi_r_plugin" } uuid = { version = "0.8", features = [ "v4" ] } diff --git a/src/plugins/entryuuid_syntax/Cargo.toml b/src/plugins/entryuuid_syntax/Cargo.toml index f7d3d64..32c26c6 100644 --- a/src/plugins/entryuuid_syntax/Cargo.toml +++ b/src/plugins/entryuuid_syntax/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["staticlib", "lib"] [dependencies] libc = "0.2" -paste = "0.1" +paste = "1.*" slapi_r_plugin = { path="../../slapi_r_plugin" } uuid = { version = "0.8", features = [ "v4" ] } diff --git a/src/plugins/pwdchan/Cargo.toml b/src/plugins/pwdchan/Cargo.toml index 40d8a54..8af142a 100644 --- a/src/plugins/pwdchan/Cargo.toml +++ b/src/plugins/pwdchan/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["staticlib", "lib"] [dependencies] libc = "0.2" -paste = "0.1" +paste = "1.*" slapi_r_plugin = { path="../../slapi_r_plugin" } uuid = { version = "0.8", features = [ "v4" ] } openssl = { version = "0.10" } diff --git a/src/slapd/Cargo.toml b/src/slapd/Cargo.toml index a18cb76..7cdeb2f 100644 --- a/src/slapd/Cargo.toml +++ b/src/slapd/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -fernet = "0.1" +fernet = "0.*" diff --git a/src/slapi_r_plugin/Cargo.toml b/src/slapi_r_plugin/Cargo.toml index 9d197ec..a78185e 100644 --- a/src/slapi_r_plugin/Cargo.toml +++ b/src/slapi_r_plugin/Cargo.toml @@ -17,6 +17,6 @@ crate-type = ["staticlib", "lib"] [dependencies] libc = "0.2" -paste = "0.1" +paste = "1.*" # lazy_static = "1.4" uuid = { version = "0.8", features = [ "v4" ] } -- 2.30.2