Skip to content

Commit

Permalink
Update Rust crate samael to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Feb 23, 2025
1 parent ea5d796 commit 711c9dc
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 16 deletions.
43 changes: 32 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ rustfmt-wrapper = "0.2"
rustls = "0.22.2"
rustls-pemfile = "2.2.0"
rustyline = "14.0.0"
samael = { version = "0.0.17", features = ["xmlsec"] }
samael = { version = "0.0.18", features = ["xmlsec"] }
schemars = "0.8.21"
secrecy = "0.8.0"
semver = { version = "1.0.23", features = ["std", "serde"] }
Expand Down
17 changes: 13 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
bit-set = { version = "0.5.3" }
bit-vec = { version = "0.6.3" }
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["serde", "std"] }
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["serde"] }
bstr = { version = "1.10.0" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.9.0", features = ["serde"] }
Expand Down Expand Up @@ -71,7 +71,6 @@ idna = { version = "1.0.3" }
indexmap = { version = "2.7.1", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools-582f2526e08bb6a0 = { package = "itertools", version = "0.14.0" }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
Expand Down Expand Up @@ -149,7 +148,7 @@ base64ct = { version = "1.6.0", default-features = false, features = ["std"] }
bit-set = { version = "0.5.3" }
bit-vec = { version = "0.6.3" }
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["serde", "std"] }
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["serde"] }
bstr = { version = "1.10.0" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.9.0", features = ["serde"] }
Expand Down Expand Up @@ -193,7 +192,6 @@ idna = { version = "1.0.3" }
indexmap = { version = "2.7.1", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools-582f2526e08bb6a0 = { package = "itertools", version = "0.14.0" }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
Expand Down Expand Up @@ -264,6 +262,7 @@ zeroize = { version = "1.8.1", features = ["std", "zeroize_derive"] }
zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] }

[target.x86_64-unknown-linux-gnu.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
Expand All @@ -275,6 +274,7 @@ rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "proce
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
Expand All @@ -286,6 +286,7 @@ rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "proce
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }

[target.x86_64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1.10", features = ["full"] }
Expand All @@ -295,6 +296,7 @@ rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "proce
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }

[target.x86_64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1.10", features = ["full"] }
Expand All @@ -304,6 +306,7 @@ rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "proce
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }

[target.aarch64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1.10", features = ["full"] }
Expand All @@ -313,6 +316,7 @@ rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "proce
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }

[target.aarch64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1.10", features = ["full"] }
Expand All @@ -322,23 +326,28 @@ rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "proce
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }

[target.x86_64-unknown-illumos.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1.10", features = ["full"] }
indicatif = { version = "0.17.11", features = ["rayon"] }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
once_cell = { version = "1.20.3" }
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
tokio-rustls = { version = "0.26.0", default-features = false, features = ["logging", "ring", "tls12"] }
toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] }

[target.x86_64-unknown-illumos.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.6.0", default-features = false, features = ["std"] }
clang-sys = { version = "1.8.1", default-features = false, features = ["clang_11_0", "runtime"] }
cookie = { version = "0.18.1", default-features = false, features = ["percent-encode"] }
dof = { version = "0.3.0", default-features = false, features = ["des"] }
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
hyper-util = { version = "0.1.10", features = ["full"] }
indicatif = { version = "0.17.11", features = ["rayon"] }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
mio = { version = "1.0.2", features = ["net", "os-ext"] }
once_cell = { version = "1.20.3" }
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
Expand Down

0 comments on commit 711c9dc

Please sign in to comment.