Skip to content

Comments

chore(deps): bump the dependencies group across 1 directory with 10 updates#426

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/dependencies-c733b2f6de
Closed

chore(deps): bump the dependencies group across 1 directory with 10 updates#426
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/dependencies-c733b2f6de

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps the dependencies group with 10 updates in the / directory:

Package From To
toml 0.8.23 1.0.2+spec-1.1.0
graphql_client 0.14.0 0.16.0
indicatif 0.17.11 0.18.4
console 0.15.11 0.16.2
rstest 0.24.0 0.26.1
testcontainers 0.23.3 0.24.0
testcontainers-modules 0.11.6 0.12.1
reqwest 0.12.28 0.13.2
rand 0.8.5 0.9.2
ctor 0.2.9 0.6.3

Updates toml from 0.8.23 to 1.0.2+spec-1.1.0

Commits
  • 500b269 chore: Release
  • daeba3e docs: Update changelog
  • 0f40c40 fix(parser): Report errors for -_1 (#1104)
  • 447b05c fix(parser): Report errors for -_1
  • 5a7b742 fix(parser): Improve error location for digit sep after prefix
  • 5c978e5 refactor(parser): Improve consistency in error calcs
  • 8a3c0b0 fix(parser): Be consistent about digit sep error
  • 3e63bc4 test(parser): Check different digit separator cases
  • 767747f chore: Release
  • c68aa87 fix(parser): Plug another whole in synthetic events (#1102)
  • Additional commits viewable in compare view

Updates graphql_client from 0.14.0 to 0.16.0

Release notes

Sourced from graphql_client's releases.

0.16.0

Fixes

  • Revert integer ID deserialization support (introduced in #476). It introduced regressions.

0.15.0

What's Changed

New Contributors

Full Changelog: graphql-rust/graphql-client@0.14.0...0.15.0

Changelog

Sourced from graphql_client's changelog.

0.16.0 - 2026-01-15

  • Revert integer ID deserialization support (introduced in #476). It introduced regressions.

0.15.0 - 2025-12-08

  • Support for deprecated directive on InputValue fields (#553)
  • Support for custom variable and response types (#536)
  • Allow using #[derive(GraphQLQuery)] without depending on serde directly (#487)
  • CLI option for extern enums (#520)
  • Support deserializing IDs from integers or strings (#476)
  • Introspection schema now includes oneOf and specifiedByUrl (#501)
  • Update reqwest to 0.12 (#499)
  • Fix required ID deserialization (#523)
  • Fix skip_serializing_none for root level variables (#485)
  • Use consistent reference to graphql_client crate in codegen (#484)
  • Fix multiple operations example in README (#497)
Commits

Updates indicatif from 0.17.11 to 0.18.4

Release notes

Sourced from indicatif's releases.

0.18.4

What's Changed

0.18.3

What's Changed

0.18.2

What's Changed

0.18.1

What's Changed

0.18.0

Unfortunately 0.17.12 had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead.

What's Changed

0.17.12

What's Changed

Commits
  • 4de2f60 Bump version to 0.18.4
  • 8e0ab0e fix: respect NO_COLOR and TERM=dumb environment variables
  • 781b2d0 Take semver-compatible dependency updates
  • 34aee07 Introduce unicode-width feature
  • 51d284f Introduce wasmbind feature
  • ee057e5 Bump tokio from 1.48.0 to 1.49.0
  • 31bcea3 Bump portable-atomic from 1.11.1 to 1.12.0
  • dbd26eb Bump console from 0.16.1 to 0.16.2
  • 7ac4a0d Expose the current tab width
  • 95088ff iter: clean up variable names, casting
  • Additional commits viewable in compare view

Updates console from 0.15.11 to 0.16.2

Release notes

Sourced from console's releases.

0.16.2

What's Changed

0.16.1

What's Changed

0.16.0

What's Changed

The 0.15.12 release was yanked after it turned out to be semver-incompatible with existing usage by several of the most popular dependent crates, because it introduced a std feature -- and those crates used default-features = false but relied on the std-guarded features.

The 0.16.0 API should be semver-compatible with the 0.15.x API except for the need for the std feature.

Refer to the 0.15.12 release notes for more information.

0.15.12

What's Changed

Commits
  • 0bf645d Bump version
  • 0b789b9 Fix clippy warnings
  • bb1cbdb Exclude development scripts from published package
  • 12281c1 chore: minor improvement for docs
  • e611fbc docs: add note about clicolors
  • e9b9a44 Apply clippy suggestion
  • 9cf0c5f ci: enable all workflows for pull requests
  • 761e0f2 Implement basic support for true colors (#271)
  • f35b2e4 Bump version to 0.16.1
  • 900379f Upgrade windows-sys to 0.61
  • Additional commits viewable in compare view

Updates rstest from 0.24.0 to 0.26.1

Release notes

Sourced from rstest's releases.

0.26.1

Fix Docs

Full Changelog: la10736/rstest@v0.26.0...v0.26.1

0.26.0

What's Changed

New Contributors

Full Changelog: la10736/rstest@v0.25.0...v0.26.0

0.25.0

What's Changed

New Contributors

Full Changelog: la10736/rstest@v0.24.0...v0.25.0

Changelog

Sourced from rstest's changelog.

[0.26.1] 2025/7/27

Fixed

  • Docs

[0.26.0] 2025/7/26

Changed

  • The #[files(...)] attribute now ignores matched directory paths by default. See #306 thanks to @​Obito-git.

Add

  • Introduced the #[dirs] attribute, which can be used with #[files(...)] to explicitly include directory paths. See #306 thanks to @​Obito-git.
  • The CI now runs builds and tests on Windows, as well.
  • #[test_attr] to define test attribute explicit and also enable the use of #[macro_rules_attribute::apply(<macro>)]: naw also smol works. See #303 #311 #315 thanks to @​coriolinus.

Fixed

  • Removed unsued trait and impl spotted out on 1.89.0-nightly
  • Add missed tests about ignore attribute's args in rstest expansion. See #313
  • The #[files(...)] attribute now works reliably on Windows.
  • Now global attributes can go everywhere in the list also where case is used

[0.25.0] 2025/3/2

Changed

  • Append generated test macro so next test macros are aware of it (see #291 thanks to @​kezhuw).

Add

  • Added a #[mode = ...] attribute to be used with the #[files(...)] attribute to change the way the files get passed to the test. (see #295 thanks to @​lucascool12)
Commits

Updates testcontainers from 0.23.3 to 0.24.0

Release notes

Sourced from testcontainers's releases.

v0.24.0

Details

Features

  • Support waiting for commands exit regardless of exit code (#771)
  • Add user configuration for container commands (#784)
  • Add option to stop containers with a timeout (#779)
  • Support pause and unpause container (#785)
  • Allow security_opt and readonly_rootfs to be configured (#787)

Miscellaneous Tasks

  • Update etcetera requirement from 0.8.0 to 0.9.0 (#773)
  • Update etcetera requirement from 0.9.0 to 0.10.0 (#775)
Changelog

Sourced from testcontainers's changelog.

[0.24.0] - 2025-05-04

Details

Features

  • Support waiting for commands exit regardless of exit code (#771)
  • Add user configuration for container commands (#784)
  • Add option to stop containers with a timeout (#779)
  • Support pause and unpause container (#785)
  • Allow security_opt and readonly_rootfs to be configured (#787)

Miscellaneous Tasks

  • Update etcetera requirement from 0.8.0 to 0.9.0 (#773)
  • Update etcetera requirement from 0.9.0 to 0.10.0 (#775)
Commits
  • 547e24e chore(release-plz): disable publish for testimages
  • 81c6406 chore: release v0.24.0 (#788)
  • 7db35a4 feat: allow security_opt and readonly_rootfs to be configured (#787)
  • 040b59f feat: support pause and unpause container (#785)
  • 6d55d23 feat: add option to stop containers with a timeout (#779)
  • 1643442 feat: add user configuration for container commands (#784)
  • 8168a82 build: propagate ring/aws-lc-rs feature flags to bollard (#781)
  • 9121760 chore(deps): update etcetera requirement from 0.9.0 to 0.10.0 (#775)
  • 83e4689 chore(deps): update etcetera requirement from 0.8.0 to 0.9.0 (#773)
  • b86a50c feat: support waiting for commands exit regardless of exit code (#771)
  • See full diff in compare view

Updates testcontainers-modules from 0.11.6 to 0.12.1

Release notes

Sourced from testcontainers-modules's releases.

v0.12.1

Bug Fixes

  • Use HTTP wait strategy (#350)

Features

  • Add scylladb module (#325)
  • Add arrow_flightsql module (#348)
  • Add CrateDB (#353)

Miscellaneous Tasks

  • Update alloy-transport-http requirement from 0.11.1 to 1.0.7 (#351)
  • MSRV 1.82
  • Address clippy lint warnings (#354)

v0.12.0

Bug Fixes

  • Dex config serialization (#290)
  • Lint error (#326)
  • Switch to specified version isntead of hashed stable (#335)

Documentation

  • Correct typo (#333)

Features

  • Implement Dex module (#286)
  • Add Weaviate image (#296)
  • [breaking] Support newest MinIO versions (#303)
  • [breaking] Support surrealdb v2 (#307)
  • Add support for custom config and latest image tag (#315)
  • Add support for Zitadel docker (#328)
  • [breaking] Update testcontainers to 0.24.0 (#336)
  • Add support for Azurite docker (#334)

Miscellaneous Tasks

  • Update redis requirement from 0.27.2 to 0.29.0 (#291)
  • Pin chrono as a dev-dep to fix arrow-arith compilation failure (#304)
  • Update dev dependencies (#306)
  • Update kube requirement from 0.98.0 to 0.99.0 (#316)

Performance

... (truncated)

Changelog

Sourced from testcontainers-modules's changelog.

[0.12.1] - 2025-05-29

Bug Fixes

  • Use HTTP wait strategy (#350)

Features

  • Add scylladb module (#325)
  • Add arrow_flightsql module (#348)
  • Add CrateDB (#353)

Miscellaneous Tasks

  • Update alloy-transport-http requirement from 0.11.1 to 1.0.7 (#351)
  • MSRV 1.82
  • Address clippy lint warnings (#354)

[0.12.0] - 2025-05-05

Bug Fixes

  • Dex config serialization (#290)
  • Lint error (#326)
  • Switch to specified version isntead of hashed stable (#335)

Documentation

  • Correct typo (#333)

Features

  • Implement Dex module (#286)
  • Add Weaviate image (#296)
  • [breaking] Support newest MinIO versions (#303)
  • [breaking] Support surrealdb v2 (#307)
  • Add support for custom config and latest image tag (#315)
  • Add support for Zitadel docker (#328)
  • [breaking] Update testcontainers to 0.24.0 (#336)
  • Add support for Azurite docker (#334)

Miscellaneous Tasks

  • Update redis requirement from 0.27.2 to 0.29.0 (#291)
  • Pin chrono as a dev-dep to fix arrow-arith compilation failure (#304)
  • Update dev dependencies (#306)
  • Update kube requirement from 0.98.0 to 0.99.0 (#316)

Performance

... (truncated)

Commits

Updates reqwest from 0.12.28 to 0.13.2

Release notes

Sourced from reqwest's releases.

v0.13.1

What's Changed

Full Changelog: seanmonstar/reqwest@v0.13.0...v0.13.1

v0.13.0

Breaking changes

  • rustls is now the default TLS backend, instead of native-tls.
  • rustls crypto provider defaults to aws-lc instead of ring. (rustls-no-provider exists if you want a different crypto provider)
  • rustls-tls has been renamed to rustls.
  • rustls roots features removed, rustls-platform-verifier is used by default.
    • To use different roots, call tls_certs_only(your_roots).
  • native-tls now includes ALPN. To disable, use native-tls-no-alpn.
  • query and form are now crate features, disabled by default.
  • Long-deprecated methods and crate features have been removed (such as trust-dns, which was renamed hickory-dns a while ago).
  • Many TLS-related methods renamed to improve autocompletion and discovery, but previous name left in place with a "soft" deprecation. (just documented, no warnings)
    • For example, prefer tls_backend_rustls() over use_rustls_tls().

Pull Requests in General

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.28...v0.13.0

v0.13.0-rc.1

👀 Discussion here if you give it try, thanks!

Main breaking changes

  • rustls is now default instead of native-tls
  • rustls provider defaults to aws-lc instead of ring (rustls-no-provider exists if you want to enable a different one)
  • rustls-tls renamed to rustls
  • rustls roots features removed, platform-verifier is used instead

... (truncated)

Changel...

Description has been truncated

…pdates

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [toml](https://github.com/toml-rs/toml) | `0.8.23` | `1.0.2+spec-1.1.0` |
| [graphql_client](https://github.com/graphql-rust/graphql-client) | `0.14.0` | `0.16.0` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.18.4` |
| [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.2` |
| [rstest](https://github.com/la10736/rstest) | `0.24.0` | `0.26.1` |
| [testcontainers](https://github.com/testcontainers/testcontainers-rs) | `0.23.3` | `0.24.0` |
| [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) | `0.11.6` | `0.12.1` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.28` | `0.13.2` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` |
| [ctor](https://github.com/mmastrac/rust-ctor) | `0.2.9` | `0.6.3` |



Updates `toml` from 0.8.23 to 1.0.2+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.8.23...toml-v1.0.2)

Updates `graphql_client` from 0.14.0 to 0.16.0
- [Release notes](https://github.com/graphql-rust/graphql-client/releases)
- [Changelog](https://github.com/graphql-rust/graphql-client/blob/main/CHANGELOG.md)
- [Commits](graphql-rust/graphql-client@0.14.0...0.16.0)

Updates `indicatif` from 0.17.11 to 0.18.4
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.11...0.18.4)

Updates `console` from 0.15.11 to 0.16.2
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.15.11...0.16.2)

Updates `rstest` from 0.24.0 to 0.26.1
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.24.0...v0.26.1)

Updates `testcontainers` from 0.23.3 to 0.24.0
- [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.23.3...0.24.0)

Updates `testcontainers-modules` from 0.11.6 to 0.12.1
- [Release notes](https://github.com/testcontainers/testcontainers-rs-modules-community/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-rs-modules-community/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs-modules-community@v0.11.6...v0.12.1)

Updates `reqwest` from 0.12.28 to 0.13.2
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.28...v0.13.2)

Updates `rand` from 0.8.5 to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...rand_core-0.9.2)

Updates `ctor` from 0.2.9 to 0.6.3
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 1.0.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: graphql_client
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: indicatif
  dependency-version: 0.18.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: console
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rstest
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: testcontainers
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: testcontainers-modules
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: reqwest
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ctor
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 18, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 18, 2026
@dependabot dependabot bot deleted the dependabot/cargo/dependencies-c733b2f6de branch February 18, 2026 16:54
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.

0 participants