Closed dependabot[bot] closed 2 days ago
Unable to locate .performanceTestingBot config file
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review
command in a comment.
This PR updates the asn1 dependency from version 0.18.0 to 0.19.0 across multiple Rust crates in the project. The update is implemented by modifying the version specification in the Cargo.toml files while maintaining the existing configuration of disabled default features.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Update asn1 dependency version across multiple crates |
|
src/rust/Cargo.toml src/rust/cryptography-key-parsing/Cargo.toml src/rust/cryptography-x509-verification/Cargo.toml src/rust/cryptography-x509/Cargo.toml src/rust/Cargo.lock |
Thanks @dependabot[bot] for opening this PR!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
PR Details of @dependabot[bot] in pyca-cryptography : | OPEN | CLOSED | TOTAL |
---|---|---|---|
3 | 27 | 30 |
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information
Processing PR updates...
Description has been updated!
Superseded by #367.
Description
In this pull request, several changes have been made to update dependencies in various Cargo.toml files within the Rust project. Here is a summary of the changes:
asn1
crate has been updated from version0.18.0
to0.19.0
.asn1_derive
crate has also been updated from version0.18.0
to0.19.0
.itoa
has been added with version1.0.11
.asn1
in the dependencies section of the Cargo.toml files has been updated to0.19.0
.These changes ensure that the project uses the latest versions of the mentioned dependencies and aligns with the desired functionality and compatibility within the Rust project.