mirror of
https://github.com/matter-labs/teepot.git
synced 2026-03-18 17:40:25 +01:00
chore(deps): update rust crate const-oid to 0.10.0
This commit is contained in:
parent
f91ff6c1c9
commit
a13cf7758b
2 changed files with 16 additions and 10 deletions
24
Cargo.lock
generated
24
Cargo.lock
generated
|
|
@ -888,7 +888,7 @@ version = "0.2.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7b77c319abfd5219629c45c34c89ba945ed3c5e49fcde9d16b6c3885f118a730"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"const-oid 0.9.6",
|
||||
"der",
|
||||
"spki",
|
||||
"x509-cert",
|
||||
|
|
@ -949,6 +949,12 @@ version = "0.9.6"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
||||
|
||||
[[package]]
|
||||
name = "const-oid"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
|
||||
|
||||
[[package]]
|
||||
name = "const_format"
|
||||
version = "0.2.34"
|
||||
|
|
@ -1233,7 +1239,7 @@ dependencies = [
|
|||
"base64",
|
||||
"byteorder",
|
||||
"chrono",
|
||||
"const-oid",
|
||||
"const-oid 0.9.6",
|
||||
"der",
|
||||
"futures",
|
||||
"hex",
|
||||
|
|
@ -1258,7 +1264,7 @@ version = "0.7.10"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"const-oid 0.9.6",
|
||||
"der_derive",
|
||||
"flagset",
|
||||
"pem-rfc7468 0.7.0",
|
||||
|
|
@ -1374,7 +1380,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
||||
dependencies = [
|
||||
"block-buffer",
|
||||
"const-oid",
|
||||
"const-oid 0.9.6",
|
||||
"crypto-common",
|
||||
"subtle",
|
||||
]
|
||||
|
|
@ -3470,7 +3476,7 @@ dependencies = [
|
|||
"cfb-mode",
|
||||
"chrono",
|
||||
"cipher",
|
||||
"const-oid",
|
||||
"const-oid 0.9.6",
|
||||
"crc24",
|
||||
"curve25519-dalek",
|
||||
"cx448",
|
||||
|
|
@ -4023,7 +4029,7 @@ version = "0.9.8"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"const-oid 0.9.6",
|
||||
"digest",
|
||||
"num-bigint-dig",
|
||||
"num-integer",
|
||||
|
|
@ -4957,7 +4963,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"clap",
|
||||
"config",
|
||||
"const-oid",
|
||||
"const-oid 0.10.2",
|
||||
"dcap-qvl",
|
||||
"enumset",
|
||||
"futures",
|
||||
|
|
@ -5043,7 +5049,7 @@ dependencies = [
|
|||
"base64",
|
||||
"bytes",
|
||||
"clap",
|
||||
"const-oid",
|
||||
"const-oid 0.10.2",
|
||||
"futures-core",
|
||||
"hex",
|
||||
"pgp",
|
||||
|
|
@ -6395,7 +6401,7 @@ version = "0.2.5"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94"
|
||||
dependencies = [
|
||||
"const-oid",
|
||||
"const-oid 0.9.6",
|
||||
"der",
|
||||
"sha1",
|
||||
"signature",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ bytes = "1"
|
|||
chrono = "0.4.40"
|
||||
clap = { version = "4.5", features = ["std", "derive", "env", "error-context", "help", "usage", "wrap_help"], default-features = false }
|
||||
config = { version = "0.15.8", default-features = false, features = ["yaml", "json", "toml", "async"] }
|
||||
const-oid = { version = "0.9.6", default-features = false }
|
||||
const-oid = { version = "0.10.0", default-features = false }
|
||||
dcap-qvl = "0.2.3"
|
||||
enumset = { version = "1.1", features = ["serde"] }
|
||||
futures = "0.3.31"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue