diff --git a/Cargo.lock b/Cargo.lock index 6241468e8..b6ddee346 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2436,7 +2436,7 @@ dependencies = [ "tugger 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "tugger-apple 0.4.0-pre", "tugger-binary-analysis", - "tugger-code-signing 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tugger-code-signing 0.3.0-pre", "tugger-common 0.5.0-pre", "tugger-file-manifest 0.5.0-pre", "tugger-licensing 0.4.0-pre", @@ -3763,7 +3763,7 @@ dependencies = [ "tugger-apple 0.4.0-pre", "tugger-apple-bundle 0.5.0-pre", "tugger-apple-codesign 0.5.0-pre", - "tugger-code-signing 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tugger-code-signing 0.3.0-pre", "tugger-common 0.5.0-pre", "tugger-file-manifest 0.5.0-pre", "tugger-snapcraft 0.6.0-pre", @@ -3794,7 +3794,7 @@ dependencies = [ "tar", "tugger-apple 0.3.0", "tugger-apple-bundle 0.4.0", - "tugger-code-signing 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tugger-code-signing 0.2.0", "tugger-common 0.4.0", "tugger-file-manifest 0.4.0", "tugger-snapcraft 0.5.0", @@ -3937,44 +3937,44 @@ dependencies = [ [[package]] name = "tugger-code-signing" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "364e340521995b483bab00e28dbfa99e68ad0e40458e9f5ebacda4f279aaeb43" dependencies = [ "anyhow", "bcder", - "cryptographic-message-syntax 0.4.0-pre", + "cryptographic-message-syntax 0.3.0", "goblin", "p12", "reqwest", "slog", "tempfile", "thiserror", - "tugger-apple-bundle 0.5.0-pre", - "tugger-apple-codesign 0.5.0-pre", - "tugger-file-manifest 0.5.0-pre", - "tugger-windows-codesign 0.4.0-pre", - "x509-certificate 0.3.0-pre", + "tugger-apple-bundle 0.4.0", + "tugger-apple-codesign 0.4.0", + "tugger-file-manifest 0.4.0", + "tugger-windows-codesign 0.3.0", + "x509-certificate 0.2.0", "yasna 0.3.2", ] [[package]] name = "tugger-code-signing" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "364e340521995b483bab00e28dbfa99e68ad0e40458e9f5ebacda4f279aaeb43" +version = "0.3.0-pre" dependencies = [ "anyhow", "bcder", - "cryptographic-message-syntax 0.3.0", + "cryptographic-message-syntax 0.4.0-pre", "goblin", "p12", "reqwest", "slog", "tempfile", "thiserror", - "tugger-apple-bundle 0.4.0", - "tugger-apple-codesign 0.4.0", - "tugger-file-manifest 0.4.0", - "tugger-windows-codesign 0.3.0", - "x509-certificate 0.2.0", + "tugger-apple-bundle 0.5.0-pre", + "tugger-apple-codesign 0.5.0-pre", + "tugger-file-manifest 0.5.0-pre", + "tugger-windows-codesign 0.4.0-pre", + "x509-certificate 0.3.0-pre", "yasna 0.3.2", ] diff --git a/pyoxidizer/Cargo.toml b/pyoxidizer/Cargo.toml index f914f033b..4c4c5032c 100644 --- a/pyoxidizer/Cargo.toml +++ b/pyoxidizer/Cargo.toml @@ -82,8 +82,8 @@ version = "0.3.0-pre" path = "../tugger-binary-analysis" [dependencies.tugger-code-signing] -version = "0.2.0" -# path = "../tugger-code-signing" +version = "0.3.0-pre" +path = "../tugger-code-signing" [dependencies.tugger-common] version = "0.5.0-pre" diff --git a/tugger-code-signing/Cargo.toml b/tugger-code-signing/Cargo.toml index dfddc4e38..aee4ffb34 100644 --- a/tugger-code-signing/Cargo.toml +++ b/tugger-code-signing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tugger-code-signing" -version = "0.2.0" +version = "0.3.0-pre" authors = ["Gregory Szorc "] edition = "2018" license = "MPL-2.0" diff --git a/tugger/Cargo.toml b/tugger/Cargo.toml index 5bbb2ac00..d9469dfbd 100644 --- a/tugger/Cargo.toml +++ b/tugger/Cargo.toml @@ -38,8 +38,8 @@ version = "0.5.0-pre" path = "../tugger-apple-bundle" [dependencies.tugger-code-signing] -version = "0.2.0" -# path = "../tugger-code-signing" +version = "0.3.0-pre" +path = "../tugger-code-signing" [dependencies.tugger-common] version = "0.5.0-pre"