From 618f7989ec4ca6e17ac4c96482aab318fa0404d1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 28 Jan 2025 03:23:10 +0000
Subject: [PATCH] chore(deps): Bump testcontainers-modules from 0.11.5 to
0.11.6 in the all-cargo-version-updates group (#1670)
Bumps the all-cargo-version-updates group with 1 update:
[testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community).
Updates `testcontainers-modules` from 0.11.5 to 0.11.6
Release notes
Sourced from testcontainers-modules's
releases.
v0.11.6
Features
- Allow enabling jetstream for nats (#268)
- Add Foundry Anvil image impl (#272)
- Add method
latest
to anvil node impl (#277)
Testing
- Fix broken test in CI (#281)
Changelog
Sourced from testcontainers-modules's
changelog.
[0.11.6] - 2025-01-27
Features
- Allow enabling jetstream for nats (#268)
- Add Foundry Anvil image impl (#272)
- Add method
latest
to anvil node impl (#277)
Testing
- Fix broken test in CI (#281)
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=testcontainers-modules&package-manager=cargo&previous-version=0.11.5&new-version=0.11.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 57f29da3b..39d6dd0e9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5010,9 +5010,9 @@ dependencies = [
[[package]]
name = "testcontainers-modules"
-version = "0.11.5"
+version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b4a531f812dedf1f0d844e69884d76fd7dd9b1967abc89550c6d270b2b55b9c"
+checksum = "4d43ed4e8f58424c3a2c6c56dbea6643c3c23e8666a34df13c54f0a184e6c707"
dependencies = [
"testcontainers",
]
diff --git a/Cargo.toml b/Cargo.toml
index 267e0bba2..3c768fb7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -86,7 +86,7 @@ sqlite-hashes = { version = "0.7.6", default-features = false, features = ["md5"
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio"] }
static-files = "0.2"
subst = { version = "0.3", features = ["yaml"] }
-testcontainers-modules = { version = "0.11.5", features = ["postgres"] }
+testcontainers-modules = { version = "0.11.6", features = ["postgres"] }
thiserror = "2"
tiff = "0.9.1"
tile-grid = "0.6"