Abraxas-365 / langchain-rust

🦜️🔗LangChain for Rust, the easiest way to write LLM-based programs in Rust
MIT License
491 stars 63 forks source link

chore(deps): update rust crate testcontainers to 0.16 #150

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
testcontainers dev-dependencies minor 0.15 -> 0.16

Release Notes

testcontainers/testcontainers-rs (testcontainers) ### [`v0.16.7`](https://togithub.com/testcontainers/testcontainers-rs/blob/HEAD/CHANGELOG.md#0167---2024-05-01) [Compare Source](https://togithub.com/testcontainers/testcontainers-rs/compare/0.16.6...0.16.7) ##### Details ##### Bug Fixes - `get_host` for `unix` and `npipe` docker hosts ([#​621](https://togithub.com/testcontainers/testcontainers-rs/pull/621)) ##### Features - Extend `WaitFor` for `ExecCommand` ([#​622](https://togithub.com/testcontainers/testcontainers-rs/pull/622)) ### [`v0.16.6`](https://togithub.com/testcontainers/testcontainers-rs/blob/HEAD/CHANGELOG.md#0166---2024-04-30) [Compare Source](https://togithub.com/testcontainers/testcontainers-rs/compare/0.16.5...0.16.6) ##### Details ##### Features - Add `get_host` to `Container` and deprecate `get_host_ip_address` ([#​618](https://togithub.com/testcontainers/testcontainers-rs/pull/618)) - Allow cgroupns-mode and userns-mode to be configured ([#​605](https://togithub.com/testcontainers/testcontainers-rs/pull/605)) ### [`v0.16.5`](https://togithub.com/testcontainers/testcontainers-rs/blob/HEAD/CHANGELOG.md#0165---2024-04-29) [Compare Source](https://togithub.com/testcontainers/testcontainers-rs/compare/0.16.4...0.16.5) ##### Details ##### Bug Fixes - Correct drop of a network for sync container ([#​612](https://togithub.com/testcontainers/testcontainers-rs/pull/612)) - Correct default for `get_host_ip_address` in case of `unix` or `npipe` ([#​613](https://togithub.com/testcontainers/testcontainers-rs/pull/613)) ##### Miscellaneous Tasks - Update `serde-java-properties` to `0.2.0` ([#​614](https://togithub.com/testcontainers/testcontainers-rs/pull/614)) ### [`v0.16.4`](https://togithub.com/testcontainers/testcontainers-rs/blob/HEAD/CHANGELOG.md#0164---2024-04-29) [Compare Source](https://togithub.com/testcontainers/testcontainers-rs/compare/0.16.3...0.16.4) ##### Details ##### Bug Fixes - Properly expose mapped ports ([#​610](https://togithub.com/testcontainers/testcontainers-rs/pull/610)) ##### Features - Introduce `properties-config` cargo feature ([#​608](https://togithub.com/testcontainers/testcontainers-rs/pull/608)) - Support docker auth configuration for image pulling ([#​609](https://togithub.com/testcontainers/testcontainers-rs/pull/609)) ### [`v0.16.3`](https://togithub.com/testcontainers/testcontainers-rs/blob/HEAD/CHANGELOG.md#0163---2024-04-27) [Compare Source](https://togithub.com/testcontainers/testcontainers-rs/compare/0.16.2...0.16.3) ##### Details ##### Bug Fixes - Expose mount-related types ([#​603](https://togithub.com/testcontainers/testcontainers-rs/pull/603)) ### [`v0.16.2`](https://togithub.com/testcontainers/testcontainers-rs/blob/HEAD/CHANGELOG.md#0162---2024-04-27) [Compare Source](https://togithub.com/testcontainers/testcontainers-rs/compare/0.16.1...0.16.2) ##### Details ##### Documentation - Fix `docsrs` attributes ### [`v0.16.1`](https://togithub.com/testcontainers/testcontainers-rs/blob/HEAD/CHANGELOG.md#0161---2024-04-27) [Compare Source](https://togithub.com/testcontainers/testcontainers-rs/compare/0.16.0...0.16.1) ##### Details ##### Documentation - Add readme to crates.io and fix documentation builds ([#​598](https://togithub.com/testcontainers/testcontainers-rs/pull/598)) - Fix symlink to readme ([#​600](https://togithub.com/testcontainers/testcontainers-rs/pull/600)) ### [`v0.16.0`](https://togithub.com/testcontainers/testcontainers-rs/blob/HEAD/CHANGELOG.md#0160---2024-04-27) ##### Details ##### Bug Fixes - Use the binds option instead of volumes for mounts ([#​581](https://togithub.com/testcontainers/testcontainers-rs/pull/581)) ##### Documentation - Mention a way to preserve running containers ([#​586](https://togithub.com/testcontainers/testcontainers-rs/pull/586)) ##### Features - Support for docker cli flag `--add-host` ([#​547](https://togithub.com/testcontainers/testcontainers-rs/pull/547)) - Allow to override args in a `RunnableImage` ([#​558](https://togithub.com/testcontainers/testcontainers-rs/pull/558)) - Add `name` parameter to `RunnableImage` ([#​549](https://togithub.com/testcontainers/testcontainers-rs/pull/549)) - \[❗] Container-centric API with refactored underlying layer ([#​575](https://togithub.com/testcontainers/testcontainers-rs/pull/575)) - Add ability to pull-image explicitly ([#​579](https://togithub.com/testcontainers/testcontainers-rs/pull/579)) ##### Miscellaneous Tasks - Remove `spectral` from `dev-dependencies` ([#​526](https://togithub.com/testcontainers/testcontainers-rs/pull/526)) - Update reqwest requirement from 0.11.14 to 0.12.3 ([#​569](https://togithub.com/testcontainers/testcontainers-rs/pull/569)) - Update bollard and bollard-stubs ([#​574](https://togithub.com/testcontainers/testcontainers-rs/pull/574)) - Reuse workspace level configs ([#​568](https://togithub.com/testcontainers/testcontainers-rs/pull/568)) ##### Refactor - \[❗] Api for mounts and volumes ([#​596](https://togithub.com/testcontainers/testcontainers-rs/pull/596)) ##### Styling - Derive `Default` to fix clippy lint ([#​525](https://togithub.com/testcontainers/testcontainers-rs/pull/525)) - Actualize formatting configs ([#​567](https://togithub.com/testcontainers/testcontainers-rs/pull/567)) - Enable `StdExternalCrate` grouping

Configuration

📅 Schedule: Branch creation - "after 1am every 3 weeks on Saturday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.