Update reblessive (#4352)
This commit is contained in:
parent
489e30c111
commit
fc154142fa
4 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4621,9 +4621,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reblessive"
|
||||
version = "0.3.5"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4149deda5bd21e0f6ccaa2f907cd542541521dead5861bc51bebdf2af4acaf2a"
|
||||
checksum = "568fde39e6aec674be99c9dd38b4c79040faf31038bd5a41ab1908db00c2319b"
|
||||
|
||||
[[package]]
|
||||
name = "redox_syscall"
|
||||
|
|
|
@ -120,7 +120,7 @@ pin-project-lite = "0.2.13"
|
|||
quick_cache = "0.5.1"
|
||||
radix_trie = { version = "0.2.1", features = ["serde"] }
|
||||
rand = "0.8.5"
|
||||
reblessive = { version = "0.3.5", features = ["tree"] }
|
||||
reblessive = { version = "0.4.0", features = ["tree"] }
|
||||
regex = "1.10.2"
|
||||
regex-syntax = { version = "0.8.2", optional = true, features = ["arbitrary"] }
|
||||
reqwest = { version = "0.11.22", default-features = false, features = [
|
||||
|
|
|
@ -108,7 +108,7 @@ tokio-util = { version = "0.7.10", optional = true, features = ["compat"] }
|
|||
tracing = "0.1.40"
|
||||
trice = { version = "0.4.0", optional = true }
|
||||
url = "2.5.0"
|
||||
reblessive = { version = "0.3.5", features = ["tree"] }
|
||||
reblessive = { version = "0.4.0", features = ["tree"] }
|
||||
|
||||
[dev-dependencies]
|
||||
ciborium = "0.2.1"
|
||||
|
|
|
@ -1364,7 +1364,7 @@ version = "0.11.3"
|
|||
criteria = "safe-to-run"
|
||||
|
||||
[[exemptions.reblessive]]
|
||||
version = "0.3.5"
|
||||
version = "0.4.0"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
[[exemptions.redox_syscall]]
|
||||
|
|
Loading…
Reference in a new issue