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

build(deps): update testcontainers requirement from 0.22 to 0.23 #398

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Updates the requirements on testcontainers to permit the latest version.

Release notes

Sourced from testcontainers's releases.

v0.23.1

Details

Features

  • Expose configured bollard client (#740)
Changelog

Sourced from testcontainers's changelog.

[0.23.1] - 2024-09-26

Details

Features

  • Expose configured bollard client (#740)

[0.23.0] - 2024-09-25

Details

Bug Fixes

  • Expose public copy types (#734)
  • Typo in an error variant (#738)

Features

  • Support copy files to container (#730)
  • Support copying directories to container (#735)

Miscellaneous Tasks

  • Copy-to-container interface improvements (#732)

Refactor

  • Replace dirs crate with etcetera (#736)

[0.22.0] - 2024-08-30

Details

Bug Fixes

  • [❗] Docker socket detection on unix (#721)

Features

  • Add working_dir to ContainerRequest,ImageExt (#724)

Miscellaneous Tasks

  • Added #![forbid(unsafe_code)] to the library (#722)

[0.21.1] - 2024-08-05

Details

Features

  • Allow configuring resource ulimits (#714)

[0.21.0] - 2024-07-30

Details

Bug Fixes

  • Don't assume docker host is a url (#709)

Miscellaneous Tasks

  • Bump the bollard group across 1 directory with 2 updates (#710)

Refactor

  • [❗] Put reqwest behind http_wait feature (#705)

[0.20.1] - 2024-07-18

Details

Bug Fixes

  • Trim newline char from the mirrored messages (#699)

Features

  • Support optional prefix for LoggingConsumer (#698)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-rs) to permit the latest version.
- [Release notes](https://github.com/testcontainers/testcontainers-rs/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-rs/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs@0.22.0...0.23.1)

---
updated-dependencies:
- dependency-name: testcontainers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 30, 2024
@viccuad viccuad merged commit 368055c into main Oct 1, 2024
13 of 14 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/testcontainers-0.23 branch October 1, 2024 14:11
flavio added a commit to flavio/sigstore-rs that referenced this pull request Feb 6, 2025
== What's Changed
* cosign: Allow use of regex in CertSubjectEmailVerifier by @dave-tucker in sigstore#300
* build(deps): bump rustsec/audit-check from 1.4.1 to 2.0.0 by @dependabot in sigstore#396
* build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in sigstore#397
* build(deps): update rstest requirement from 0.22 to 0.23 by @dependabot in sigstore#399
* build(deps): update testcontainers requirement from 0.22 to 0.23 by @dependabot in sigstore#398
* automation: fix GHA invoking cargo audit by @flavio in sigstore#400
* Cosign | Add support for client to configure a proxy to pull signatures by @Xynnn007 in sigstore#392
* build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in sigstore#401
* CONTRIBUTORS.md: Add note about tests and building by @jku in sigstore#404
* cosign: fix regex dependency import by @Xynnn007 in sigstore#411
* Lint tests too by @jku in sigstore#405
* Simplify cosign verify-bundle example by @jku in sigstore#408
* Examples: Add a minimal example of bundle sign/verify by @jku in sigstore#410
* build(deps): update tough requirement from 0.18 to 0.19 by @dependabot in sigstore#407
* cosign: Make verify-blob compatible with sigstore-python by @jku in sigstore#403
* build(deps): update oci-client requirement from 0.13 to 0.14 by @dependabot in sigstore#418
* build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in sigstore#417
* Deprecate actions-rs actions by @jku in sigstore#415
* build(deps): update cached requirement from 0.53 to 0.54 by @dependabot in sigstore#421
* build(deps): update thiserror requirement from 1.0 to 2.0 by @dependabot in sigstore#420
* build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 by @dependabot in sigstore#422
* fix clippy complaint by @bobcallaway in sigstore#425
* fix zizmor issues in github actions workflows by @bobcallaway in sigstore#424
* build(deps): update rstest requirement from 0.23 to 0.24 by @dependabot in sigstore#423
* Update embedded trust root by @jku in sigstore#431
* build(deps): update sigstore_protobuf_specs requirement from 0.3 to 0.4 by @dependabot in sigstore#430
* chore(deps): upgrade openidconnect by @flavio in sigstore#433

== New Contributors
* @dave-tucker made their first contribution in sigstore#300
* @jku made their first contribution in sigstore#404

**Full Changelog**: sigstore/sigstore-rs@v0.10.0...v0.11.0

Signed-off-by: Flavio Castelli <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant