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.17 #159

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.16 -> 0.17

Release Notes

testcontainers/testcontainers-rs (testcontainers) ### [`v0.17.0`](https://togithub.com/testcontainers/testcontainers-rs/blob/HEAD/CHANGELOG.md#0170---2024-05-26) [Compare Source](https://togithub.com/testcontainers/testcontainers-rs/compare/0.16.7...0.17.0) ##### Details ##### Bug Fixes - Collect bridge IP address correctly ([#​626](https://togithub.com/testcontainers/testcontainers-rs/pull/626)) - Replace missed panics with `Result` ([#​638](https://togithub.com/testcontainers/testcontainers-rs/pull/638)) ##### Features - Impl `Error` for `WaitError` ([#​629](https://togithub.com/testcontainers/testcontainers-rs/pull/629)) - \[❗] Extend `exec` interface to return logs and exec code ([#​631](https://togithub.com/testcontainers/testcontainers-rs/pull/631)) - Ability to access container logs ([#​633](https://togithub.com/testcontainers/testcontainers-rs/pull/633)) - \[❗] Switch to fallible API ([#​636](https://togithub.com/testcontainers/testcontainers-rs/pull/636)) - Make container and exec logs `Send`able ([#​637](https://togithub.com/testcontainers/testcontainers-rs/pull/637)) - Map container not found error to `eof` for container log streams ([#​639](https://togithub.com/testcontainers/testcontainers-rs/pull/639)) - Expose follow flag for `stdout` and `stderr` ([#​640](https://togithub.com/testcontainers/testcontainers-rs/pull/640)) - Add ability to read container logs into `Vec` ([#​641](https://togithub.com/testcontainers/testcontainers-rs/pull/641)) - \[❗] Add container startup timeout with default of 1 minute ([#​643](https://togithub.com/testcontainers/testcontainers-rs/pull/643)) ##### Miscellaneous Tasks - Fix clippy warning without features enabled ([#​632](https://togithub.com/testcontainers/testcontainers-rs/pull/632)) ##### Refactor - \[❗] Drop re-export of `CgroupnsMode` accessible through `core` ([#​630](https://togithub.com/testcontainers/testcontainers-rs/pull/630)) - \[❗] Drop previously deprecated `get_host_ip_address` ([#​628](https://togithub.com/testcontainers/testcontainers-rs/pull/628)) - \[❗] Return `PortNotExposed` error from `ContainerState::host_port_*` ([#​644](https://togithub.com/testcontainers/testcontainers-rs/pull/644))

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.