From: Debian FreeIPA Team Date: Mon, 15 Apr 2024 15:48:40 +0000 (+0300) Subject: allow-newer-crates X-Git-Tag: archive/raspbian/2.4.5+dfsg1-1+rpi1~2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ea69846f13d8b85c8dc8ff438991ba58afacc725;p=389-ds-base.git allow-newer-crates Gbp-Pq: Name allow-newer-crates.diff --- diff --git a/Makefile.am b/Makefile.am index e402378..2304bf5 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 c18ab7f..aae67c4 100644 --- a/src/librnsslapd/Cargo.toml +++ b/src/librnsslapd/Cargo.toml @@ -22,5 +22,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 fb445c2..e1d7683 100644 --- a/src/librslapd/Cargo.toml +++ b/src/librslapd/Cargo.toml @@ -16,8 +16,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 f0d8e9f..25c727c 100644 --- a/src/plugins/entryuuid/Cargo.toml +++ b/src/plugins/entryuuid/Cargo.toml @@ -14,7 +14,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 d80b59b..33e57c2 100644 --- a/src/plugins/entryuuid_syntax/Cargo.toml +++ b/src/plugins/entryuuid_syntax/Cargo.toml @@ -14,7 +14,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 3cda69f..20645ce 100644 --- a/src/plugins/pwdchan/Cargo.toml +++ b/src/plugins/pwdchan/Cargo.toml @@ -14,7 +14,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 39b6fdd..78eec66 100644 --- a/src/slapd/Cargo.toml +++ b/src/slapd/Cargo.toml @@ -8,4 +8,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 024bd46..d62b070 100644 --- a/src/slapi_r_plugin/Cargo.toml +++ b/src/slapi_r_plugin/Cargo.toml @@ -18,6 +18,6 @@ crate-type = ["staticlib", "lib"] [dependencies] libc = "0.2" -paste = "0.1" +paste = "1.*" # lazy_static = "1.4" uuid = { version = "0.8", features = [ "v4" ] }