allow-newer-crates
authorDebian FreeIPA Team <pkg-freeipa-devel@alioth-lists.debian.net>
Thu, 28 Dec 2023 07:26:49 +0000 (15:26 +0800)
committerBo YU <tsu.yubo@gmail.com>
Thu, 28 Dec 2023 07:26:49 +0000 (15:26 +0800)
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 a6ce565f6a73e8cc964fa7379428d8fadfe4cfaa..dd3df91d58c2e637fb81d08be307b57c7fdbffa3 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 11bb9afe750fbc825c14d94dd3baaf77bf1e4da9..ef452a336b54694acba7f050c87d3be01e9be066 100644 (file)
@@ -21,5 +21,5 @@ slapd = { path = "../slapd" }
 libc = "0.2"
 
 [build-dependencies]
-cbindgen = "0.9"
+cbindgen = "0.*"
 
index 15c00a47b6bafa51de2358770871c7d8bf8dad76..b5f5339a161eafd34b63409aedb2faebfbf66c68 100644 (file)
@@ -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.*"
 
index c43d7a7710dbdc2e873a7054be7e10731a5bc466..4591fa71764c7daa89aa9af5df49257d88df943b 100644 (file)
@@ -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" ] }
 
index f7d3d64c9d1a102e91849472c3b8c10bfe2ed4e0..32c26c63c64ed467751e2ac9db98ac6000e35ef0 100644 (file)
@@ -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" ] }
 
index 40d8a54aaaa4e9377babec435e1a19e0c5eac9eb..8af142a091bb4c23ca7478a44bca6e28d1d64ae6 100644 (file)
@@ -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" }
index a18cb7626304282484314fe88961f09d29bcb04a..7cdeb2f87bb3c4e4ed58713ad09c659320c087da 100644 (file)
@@ -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.*"
index 9d197ec85f9c0a3c4ba7ac073c6d66ecb82f6bc1..a78185eb52d71f5931080bd11d966991ed0605c4 100644 (file)
@@ -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" ] }