allow-newer-crates
authorDebian FreeIPA Team <pkg-freeipa-devel@alioth-lists.debian.net>
Mon, 15 Apr 2024 15:48:40 +0000 (18:48 +0300)
committerTimo Aaltonen <tjaalton@debian.org>
Mon, 15 Apr 2024 15:48:40 +0000 (18:48 +0300)
Gbp-Pq: Name allow-newer-crates.diff

Makefile.am
src/librnsslapd/Cargo.toml
src/librslapd/Cargo.toml
src/plugins/entryuuid/Cargo.toml
src/plugins/entryuuid_syntax/Cargo.toml
src/plugins/pwdchan/Cargo.toml
src/slapd/Cargo.toml
src/slapi_r_plugin/Cargo.toml

index e402378b7ed735373f2b2ff3949d591090f159cb..2304bf5618316ec739cae3d2f6453fa072149fa2 100644 (file)
@@ -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
index c18ab7fc8fe659c62058010cc1c9c3209caa04e3..aae67c40364c36d314a7df36ba7a3c0929db30f5 100644 (file)
@@ -22,5 +22,5 @@ slapd = { path = "../slapd" }
 libc = "0.2"
 
 [build-dependencies]
-cbindgen = "0.9"
+cbindgen = "0.*"
 
index fb445c2514994884f0640635de58ac88714e7387..e1d7683112baf8bc1dbca8693b3d540bc907c266 100644 (file)
@@ -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.*"
 
index f0d8e9f2a880ae2a5f8abc66f1c48c0cdb36093c..25c727c271c5952ec06817c8c4c04053d3c07907 100644 (file)
@@ -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" ] }
 
index d80b59bf1cdc2b311eb90373f080f4f6720edbf7..33e57c23abea767ec4c151923a0307ee9356916e 100644 (file)
@@ -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" ] }
 
index 3cda69f221560f4318b3a8777f3a6119f2ef21a9..20645cee5c1064605d627f901655741ee4404548 100644 (file)
@@ -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" }
index 39b6fdd1dddfad07d08a8978c30e22fa386cce1f..78eec666a10e5df38e8cf2ec063b5a5c99afa3e8 100644 (file)
@@ -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.*"
index 024bd464a79f4aad65037662945c20fea8caed27..d62b070857bd0fdcf3b32cb1cec5b1584733aaed 100644 (file)
@@ -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" ] }