Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #824

Merged
merged 4 commits into from
Jan 16, 2025
Merged

chore: release #824

merged 4 commits into from
Jan 16, 2025

Conversation

scouten-adobe
Copy link
Collaborator

@scouten-adobe scouten-adobe commented Jan 8, 2025

🤖 New release

  • cawg-identity: 0.1.1 -> 0.2.0 (⚠️ API breaking changes)
  • c2pa: 0.40.0 -> 0.41.0 (⚠️ API breaking changes)
  • c2pa-crypto: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • c2pa-status-tracker: 0.2.0 -> 0.3.0 (✓ API compatible changes)
  • c2patool: 0.10.2 -> 0.11.0

⚠️ cawg-identity breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/function_missing.ron

Failed in:
  function cawg_identity::does_nothing_yet, previously in file /tmp/.tmpISCiGd/cawg-identity/src/lib.rs:2

⚠️ c2pa breaking changes

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Error::OpenSslMutexError, previously in file /tmp/.tmpISCiGd/c2pa/src/error.rs:286
  variant Error::OpenSslError, previously in file /tmp/.tmpISCiGd/c2pa/src/error.rs:290

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/trait_method_added.ron

Failed in:
  trait method c2pa::AsyncSigner::async_raw_signer in file /tmp/.tmpfwk4cJ/c2pa-rs/sdk/src/signer.rs:232
  trait method c2pa::Signer::raw_signer in file /tmp/.tmpfwk4cJ/c2pa-rs/sdk/src/signer.rs:109

⚠️ c2pa-crypto breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/enum_missing.ron

Failed in:
  enum c2pa_crypto::SigningAlg, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/signing_alg.rs:31
  enum c2pa_crypto::asn1::rfc5652::CertificateChoices, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1168
  enum c2pa_crypto::asn1::rfc3161::PkiFailureInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:293
  enum c2pa_crypto::asn1::rfc5652::Time, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1387
  enum c2pa_crypto::asn1::rfc5652::SigningTime, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1387
  enum c2pa_crypto::asn1::rfc5652::RecipientIdentifier, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:884
  enum c2pa_crypto::asn1::rfc5652::RecipientInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:849
  enum c2pa_crypto::asn1::rfc5652::RevocationInfoChoice, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1138
  enum c2pa_crypto::openssl::validators::RsaValidator, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/openssl/validators/rsa_validator.rs:29
  enum c2pa_crypto::asn1::rfc5652::CmsVersion, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1317
  enum c2pa_crypto::asn1::rfc3281::AttCertIssuer, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:145
  enum c2pa_crypto::asn1::rfc5652::OriginatorIdentifierOrKey, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:917
  enum c2pa_crypto::asn1::rfc3281::DigestedObjectType, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:107
  enum c2pa_crypto::asn1::rfc5652::KeyAgreeRecipientIdentifier, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:960
  enum c2pa_crypto::asn1::rfc5652::SignerIdentifier, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:590
  enum c2pa_crypto::asn1::rfc3281::AttCertVersion, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:82
  enum c2pa_crypto::openssl::validators::EcdsaValidator, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/openssl/validators/ecdsa_validator.rs:26
  enum c2pa_crypto::asn1::rfc3161::PkiStatus, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:230
  enum c2pa_crypto::ocsp::OcspError, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/ocsp/mod.rs:268

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/enum_variant_added.ron

Failed in:
  variant CoseError:MissingSigningCertificateChain in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:30
  variant CoseError:MultipleSigningCertificateChains in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:34
  variant CoseError:UnsupportedSigningAlgorithm in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:42
  variant CoseError:InvalidEcdsaSignature in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:46
  variant CoseError:CborGenerationError in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:54
  variant CoseError:CertificateProfileError in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:63
  variant CoseError:CertificateTrustError in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:67
  variant CoseError:BoxSizeTooSmall in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:71
  variant CoseError:RawSignerError in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:75
  variant CoseError:RawSignatureValidationError in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:79
  variant CoseError:InternalError in /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/cose/error.rs:84

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/enum_variant_missing.ron

Failed in:
  variant RawSignerError::OpenSslError, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/raw_signature/signer.rs:114
  variant RawSignerError::OpenSslMutexUnavailable, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/raw_signature/signer.rs:119
  variant RawSignatureValidationError::OpenSslError, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/raw_signature/validator.rs:123
  variant RawSignatureValidationError::OpenSslMutexUnavailable, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/raw_signature/validator.rs:128

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/feature_missing.ron

Failed in:
  feature openssl in the package's Cargo.toml

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/function_missing.ron

Failed in:
  function c2pa_crypto::hash::sha1, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/hash.rs:17
  function c2pa_crypto::p1363::parse_ec_der_sig, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/p1363.rs:25
  function c2pa_crypto::raw_signature::validator_for_sig_and_hash_algs, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/raw_signature/validator.rs:65
  function c2pa_crypto::openssl::validators::validator_for_signing_alg, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/openssl/validators/mod.rs:37
  function c2pa_crypto::time_stamp::verify_time_stamp, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/time_stamp/verify.rs:44
  function c2pa_crypto::cose::cose_countersign_data, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/cose/sigtst.rs:61
  function c2pa_crypto::cose::parse_and_validate_sigtst, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/cose/sigtst.rs:31
  function c2pa_crypto::ocsp::fetch_ocsp_response, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/ocsp/fetch.rs:32
  function c2pa_crypto::time_stamp::verify_time_stamp_async, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/time_stamp/verify.rs:44
  function c2pa_crypto::cose::parse_and_validate_sigtst_async, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/cose/sigtst.rs:31

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/inherent_method_missing.ron

Failed in:
  OcspResponse::from_der_checked, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/ocsp/mod.rs:53

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/module_missing.ron

Failed in:
  mod c2pa_crypto::openssl, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/openssl/mod.rs:14
  mod c2pa_crypto::p1363, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/p1363.rs:14
  mod c2pa_crypto::asn1::rfc3281, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:5
  mod c2pa_crypto::asn1, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/mod.rs:5
  mod c2pa_crypto::asn1::rfc3161, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:5
  mod c2pa_crypto::asn1::rfc4210, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc4210.rs:5
  mod c2pa_crypto::asn1::rfc5652, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:5
  mod c2pa_crypto::openssl::validators, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/openssl/validators/mod.rs:14

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  OID_SIGNING_TIME in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:77
  OID_ID_SIGNED_DATA in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:42
  OID_ENVELOPE_DATA in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:47
  OID_MESSAGE_DIGEST in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:72
  OID_CONTENT_TYPE_TST_INFO in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:25
  OID_CONTENT_TYPE in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:67
  OID_ID_DATA in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:37
  OID_ENCRYPTED_DATA in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:57
  OID_AUTHENTICATED_DATA in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:62
  OID_DIGESTED_DATA in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:52
  OID_TIME_STAMP_TOKEN in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:30
  OID_COUNTER_SIGNATURE in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:82

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/struct_missing.ron

Failed in:
  struct c2pa_crypto::asn1::rfc3161::Accuracy, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:454
  struct c2pa_crypto::asn1::rfc5652::IssuerAndSerialNumber, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1285
  struct c2pa_crypto::asn1::rfc5652::AuthenticatedData, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1088
  struct c2pa_crypto::cose::TstToken, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/cose/sigtst.rs:77
  struct c2pa_crypto::asn1::rfc5652::RecipientEncryptedKey, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:947
  struct c2pa_crypto::asn1::rfc3281::V2Form, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:163
  struct c2pa_crypto::openssl::OpenSslMutexUnavailable, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/openssl/ffi_mutex.rs:71
  struct c2pa_crypto::asn1::rfc3281::ObjectDigestInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:128
  struct c2pa_crypto::asn1::rfc5652::KeyAgreeRecipientInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:900
  struct c2pa_crypto::asn1::rfc3281::Attribute, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:206
  struct c2pa_crypto::p1363::EcSigComps, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/p1363.rs:42
  struct c2pa_crypto::asn1::rfc5652::OtherCertificateFormat, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1232
  struct c2pa_crypto::asn1::rfc5652::UnsignedAttributes, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:745
  struct c2pa_crypto::asn1::rfc3161::TstInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:380
  struct c2pa_crypto::asn1::rfc3161::MessageImprint, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:102
  struct c2pa_crypto::asn1::rfc5652::EnvelopedData, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:796
  struct c2pa_crypto::asn1::rfc5652::SignerInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:370
  struct c2pa_crypto::asn1::rfc5652::CounterSignature, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:370
  struct c2pa_crypto::ValidationInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/validation_info.rs:23
  struct c2pa_crypto::asn1::rfc5652::EncryptedData, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1067
  struct c2pa_crypto::asn1::rfc5652::OtherRevocationInfoFormat, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1151
  struct c2pa_crypto::asn1::rfc5652::SignedAttributesDer, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:713
  struct c2pa_crypto::asn1::rfc5652::SignedAttributes, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:633
  struct c2pa_crypto::asn1::rfc5652::CertificateSet, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1245
  struct c2pa_crypto::asn1::rfc3161::TimeStampResp, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:135
  struct c2pa_crypto::asn1::rfc5652::OtherKeyAttribute, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1367
  struct c2pa_crypto::asn1::rfc5652::OtherRecipientInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1033
  struct c2pa_crypto::asn1::rfc3281::IssuerSerial, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:177
  struct c2pa_crypto::asn1::rfc5652::PasswordRecipientInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1025
  struct c2pa_crypto::asn1::rfc5652::EncapsulatedContentInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:311
  struct c2pa_crypto::asn1::rfc5652::DigestAlgorithmIdentifiers, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:227
  struct c2pa_crypto::asn1::rfc3161::TimeStampReq, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:46
  struct c2pa_crypto::asn1::rfc5652::OriginatorPublicKey, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:931
  struct c2pa_crypto::openssl::validators::Ed25519Validator, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/openssl/validators/ed25519_validator.rs:23
  struct c2pa_crypto::asn1::rfc5652::KekRecipientInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:992
  struct c2pa_crypto::asn1::rfc5652::SignedData, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:151
  struct c2pa_crypto::asn1::rfc4210::PkiFreeText, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc4210.rs:21
  struct c2pa_crypto::asn1::rfc5652::RevocationInfoChoices, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1122
  struct c2pa_crypto::asn1::rfc3281::AttCertValidityPeriod, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:191
  struct c2pa_crypto::asn1::rfc3161::PkiStatusInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3161.rs:174
  struct c2pa_crypto::UnknownAlgorithmError, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/signing_alg.rs:95
  struct c2pa_crypto::asn1::rfc5652::KeyTransRecipientInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:869
  struct c2pa_crypto::asn1::rfc5652::KekIdentifier, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1008
  struct c2pa_crypto::asn1::rfc5652::DigestedData, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:1049
  struct c2pa_crypto::asn1::rfc3281::AttributeCertificateInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:63
  struct c2pa_crypto::openssl::OpenSslMutex, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/openssl/ffi_mutex.rs:27
  struct c2pa_crypto::asn1::rfc5652::EncryptedContentInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:828
  struct c2pa_crypto::asn1::rfc3281::Holder, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:100
  struct c2pa_crypto::asn1::rfc5652::SignerInfos, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:269
  struct c2pa_crypto::asn1::rfc5652::OriginatorInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:812
  struct c2pa_crypto::asn1::rfc3281::AttributeCertificate, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:25
  struct c2pa_crypto::asn1::rfc5652::AttributeCertificateV2, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc3281.rs:25
  struct c2pa_crypto::asn1::rfc5652::RecipientKeyIdentifier, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:974
  struct c2pa_crypto::asn1::rfc3161::TimeStampToken, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:92
  struct c2pa_crypto::asn1::rfc5652::ContentInfo, previously in file /tmp/.tmpISCiGd/c2pa-crypto/src/asn1/rfc5652.rs:92

--- failure trait_added_supertrait: non-sealed trait added new supertraits ---

Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait c2pa_crypto::time_stamp::AsyncTimeStampProvider gained Sync in file /tmp/.tmpfwk4cJ/c2pa-rs/internal/crypto/src/time_stamp/provider.rs:78
Changelog

cawg-identity

0.2.0

16 January 2025

Added

c2pa

0.41.0

16 January 2025

Added

Fixed

Updated dependencies

c2pa-crypto

0.3.0

16 January 2025

Added

Fixed

Updated dependencies

c2pa-status-tracker

0.3.0

16 January 2025

Added

c2patool

0.11.0

16 January 2025

Added

Documented

Fixed

  • Fix: Obscure glob error message for missing files


This PR was generated with release-plz.

Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.15%. Comparing base (2c534f9) to head (36a4631).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #824      +/-   ##
==========================================
- Coverage   78.16%   78.15%   -0.02%     
==========================================
  Files         139      139              
  Lines       32234    32234              
==========================================
- Hits        25196    25192       -4     
- Misses       7038     7042       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@scouten-adobe scouten-adobe force-pushed the release-plz-2025-01-08T17-01-34Z branch 19 times, most recently from 7b8d448 to 578b99d Compare January 15, 2025 04:48
@scouten-adobe scouten-adobe force-pushed the release-plz-2025-01-08T17-01-34Z branch 2 times, most recently from ae0a9e2 to 04107ef Compare January 16, 2025 20:38
@scouten-adobe scouten-adobe force-pushed the release-plz-2025-01-08T17-01-34Z branch from 04107ef to 96aeb9e Compare January 16, 2025 21:25
@scouten-adobe scouten-adobe merged commit e4905cd into main Jan 16, 2025
28 of 30 checks passed
@scouten-adobe scouten-adobe deleted the release-plz-2025-01-08T17-01-34Z branch January 16, 2025 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant