Skip to content

Commit

Permalink
der: bump const-oid to v0.10.0-pre.1
Browse files Browse the repository at this point in the history
...as sourced from this repo, as it has diverged from the crate release
  • Loading branch information
tarcieri committed Jan 5, 2024
1 parent 26a1a02 commit 245ada1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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 cmpv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spki = { version = "0.7" }
x509-cert = { version = "0.2", default-features = false }

[dev-dependencies]
const-oid = { version = "0.9", features = ["db"] } # TODO: path = "../const-oid"
const-oid = { version = "0.9", features = ["db"] }
hex-literal = "0.4"

[features]
Expand Down
2 changes: 1 addition & 1 deletion cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.65"
der = { version = "0.7.7", features = ["alloc", "derive", "oid", "pem"] }
spki = { version = "0.7" }
x509-cert = { version = "0.2.3", default-features = false, features = ["pem"] }
const-oid = { version = "0.9.4", features = ["db"] } # TODO: path = "../const-oid"
const-oid = { version = "0.9.4", features = ["db"] }

# optional dependencies
aes = { version = "0.8.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion der/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.65"
[dependencies]
arbitrary = { version = "1.3", features = ["derive"], optional = true }
bytes = { version = "1", optional = true, default-features = false }
const-oid = { version = "0.9.2", optional = true }
const-oid = { version = "=0.10.0-pre.1", optional = true }
der_derive = { version = "=0.8.0-pre", optional = true }
flagset = { version = "0.4.4", optional = true }
pem-rfc7468 = { version = "=1.0.0-pre", optional = true, features = ["alloc"] }
Expand Down
2 changes: 1 addition & 1 deletion pkcs1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spki = { version = "=0.8.0-pre" }
pkcs8 = { version = "=0.11.0-pre", optional = true, default-features = false }

[dev-dependencies]
const-oid = { version = "0.9", features = ["db"] } # TODO: path = "../const-oid"
const-oid = { version = "=0.10.0-pre.1", features = ["db"] }
hex-literal = "0.4"
tempfile = "3"

Expand Down
2 changes: 1 addition & 1 deletion pkcs12/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.65"
der = { version = "0.7.8", features = ["alloc", "derive", "oid", "pem"] }
spki = { version = "0.7" }
x509-cert = { version = "0.2.3", default-features = false, features = ["pem"] }
const-oid = { version = "0.9", features = ["db"] } # TODO: path = "../const-oid"
const-oid = { version = "0.9", features = ["db"] }
cms = "0.2.1"
digest = { version = "0.10.7", features=["alloc"], optional = true }
zeroize = "1.6.0"
Expand Down

0 comments on commit 245ada1

Please sign in to comment.