Skip to content

build(deps): bump the everything-else group across 1 directory with 46 updates#5223

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/everything-else-9540539555
Open

build(deps): bump the everything-else group across 1 directory with 46 updates#5223
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/everything-else-9540539555

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown

Bumps the everything-else group with 45 updates in the / directory:

Package From To
agent-client-protocol 0.10.4 1.0.0
refinery 0.8.16 0.9.2
rustls 0.23.40 0.23.41
rustls-native-certs 0.8.3 0.8.4
webpki-roots 0.26.11 1.0.7
libsql 0.6.0 0.9.30
toml 0.8.23 1.1.2+spec-1.1.0
uuid 1.23.1 1.23.4
chrono 0.4.44 0.4.45
rust_decimal 1.42.0 1.42.1
cron 0.13.0 0.17.0
jsonschema 0.45.1 0.46.6
regex 1.12.3 1.12.4
fs4 0.6.6 1.1.0
wasmparser 0.246.2 0.250.0
aes 0.8.4 0.9.1
hkdf 0.12.4 0.13.0
hmac 0.12.1 0.13.0
md-5 0.10.6 0.11.0
sha2 0.10.9 0.11.0
rand 0.8.6 0.10.1
rig-core 0.30.0 0.33.0
zip 2.4.2 8.6.0
bytes 1.11.1 1.12.0
jsonwebtoken 9.3.1 10.4.0
lru 0.16.4 0.18.0
html-to-markdown-rs 2.30.0 3.7.2
json5 0.4.1 1.3.1
secret-service 4.0.0 5.1.0
zbus 4.4.0 5.16.0
testcontainers-modules 0.11.6 0.12.1
insta 1.47.2 1.48.0
zeroize 1.8.2 1.9.0
pdf-extract 0.7.12 0.10.0
wat 1.250.0 1.252.0
toml_edit 0.22.27 0.25.11+spec-1.1.0
nix 0.29.0 0.30.1
http 1.4.1 1.4.2
similar 2.7.0 3.1.1
criterion 0.5.1 0.8.2
aws-config 1.8.17 1.8.18
aws-sdk-bedrockruntime 1.131.0 1.132.0
monty v0.0.16 v0.0.18
ratatui 0.29.0 0.30.2
pulldown-cmark 0.12.2 0.13.4

Updates agent-client-protocol from 0.10.4 to 1.0.0

Release notes

Sourced from agent-client-protocol's releases.

agent-client-protocol-conductor-v1.0.0

Added

  • (test) Expand scenarios testy can support (#221)

agent-client-protocol-cookbook-v1.0.0

Added

  • (deps) update schema to 0.14.0 (#211)

agent-client-protocol-derive-v1.0.0

Other

  • release v0.13.1 (#189)

agent-client-protocol-http-v1.0.0

Other

  • (deps) bump tower-http from 0.6.11 to 0.7.0 (#220)

agent-client-protocol-polyfill-v1.0.0

Added

  • (deps) update schema to 0.14.0 (#211)
  • (transports) add HTTP/WebSocket transport support (#162)

Other

  • (acp) Replace jsonrpcmsg crate with shared schema types (#205)

agent-client-protocol-rmcp-v1.0.0

Added

  • (transports) add HTTP/WebSocket transport support (#162)

agent-client-protocol-trace-viewer-v1.0.0

Added

  • (transports) add HTTP/WebSocket transport support (#162)

agent-client-protocol-conductor-v0.15.1

Added

  • (deps) update schema to 0.14.0 (#211)
  • (acp) Update schema crate to 0.13.8 (#210)
  • (transports) add HTTP/WebSocket transport support (#162)
  • (acp) add unstable request cancellation support (#179)

Other

... (truncated)

Commits
  • 12498fd chore: release (#216)
  • 6f7c257 refactor(acp): Handle large future sizes in run_until (#225)
  • 91cfb66 feat(deps): bump protocol schema to 1.1.0 (#224)
  • 8745852 chore(deps): bump tower-http from 0.6.11 to 0.7.0 (#220)
  • 8f807f3 feat(test): Expand scenarios testy can support (#221)
  • 3c2493e chore(deps): bump dtolnay/rust-toolchain (#219)
  • d855c2a chore(deps): bump taiki-e/install-action from 2.81.10 to 2.82.2 (#217)
  • 3cd6331 chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#218)
  • b8cf21b chore: release (#212)
  • cc91389 fix(acp): Hide agent stdio windows on Windows (#215)
  • Additional commits viewable in compare view

Updates refinery from 0.8.16 to 0.9.2

Release notes

Sourced from refinery's releases.

V0.9.2

[0.9.2] - 2026-06-09

Added

  • Support for rustls as a TLS backend for tokio-postgres via the new tokio-postgres-rustls feature. #426

Changed

  • Make TLS opt-in for postgres and tokio-postgres features. The postgres and tokio-postgres features no longer pull in native-tls unconditionally. Use postgres-tls and tokio-postgres-tls features for TLS support. #408
  • Support rusqlite 0.39.x. #425
  • Support mysql up to 0.28.x and mysql_async up to 0.37.x. #436
  • Update toml dependency to 1.1.2. #430

V0.9.1

[0.9.1] - 2026-04-15

Changed

  • Support rusqlite 0.38.x. #410

Fixed

  • Avoid warning logs for nested directories while scanning migrations. #421

v0.9.0

[0.9.0] - 2025-01-06

Added

  • Support for TLS in postgres/tokio-postgres using native-tls. #353
  • Support for int8 migration versions via new int8-versions feature. #330
  • Derive Serialize for Migration if serde is enabled. #395
Changelog

Sourced from refinery's changelog.

[0.9.2] - 2026-06-09

Added

  • Support for rustls as a TLS backend for tokio-postgres via the new tokio-postgres-rustls feature. #426

Changed

  • Make TLS opt-in for postgres and tokio-postgres features. The postgres and tokio-postgres features no longer pull in native-tls unconditionally. Use postgres-tls and tokio-postgres-tls features for TLS support. #408
  • Support rusqlite 0.39.x. #425
  • Support mysql up to 0.28.x and mysql_async up to 0.37.x. #436
  • Update toml dependency to 1.1.2. #430

[0.9.1] - 2026-04-15

Changed

  • Support rusqlite 0.38.x. #410

Fixed

  • Avoid warning logs for nested directories while scanning migrations. #421

[0.9.0] - 2025-01-06

Added

  • Support for TLS in postgres/tokio-postgres using native-tls. #353
  • Support for int8 migration versions via new int8-versions feature. #330
  • Derive Serialize for Migration if serde is enabled. #395

Changed

  • Update migrate Transaction and AsyncTransaction execute functions to avoid double iteration. #393
  • Update mysql_async to support up until version 0.36. #400
  • Update rusqlite to support up until version 0.37. #389, #390
  • Update thiserror to version 2. #372
  • Update MSRV (Minimum Supported Rust Version). #401, #362
  • Fix unused warnings #403

Fixed

  • Fix logging output for async and sync migrate functions. #378
Commits

Updates rustls from 0.23.40 to 0.23.41

Commits
  • 642a103 ci: drop Taplo job
  • 752c144 Drop nightly clippy tests
  • 8d8611a Fix new clippy::useless-borrows-in-formatting
  • ebf3297 Fix new clippy::manual_clear
  • 46808e7 ci: sync cargo-check-external-types nightly
  • 041a8d2 Cargo deny: allow RUSTSEC-2026-0173
  • 62e220e Take semver-compatible dependency updates
  • 3c14696 Upgrade to hickory-resolver 0.26
  • 848a2cc connect-tests: delete ech.rs
  • 5ce9cac Bump version to 0.23.41
  • Additional commits viewable in compare view

Updates rustls-native-certs from 0.8.3 to 0.8.4

Release notes

Sourced from rustls-native-certs's releases.

0.8.4

What's Changed

Commits
  • 9d1f11e Bump version to 0.8.4
  • a008aa1 Take semver-compatible dependency versions
  • 26d43e3 Ignore empty entries in SSL_CERT_DIR
  • 4d4f4de build(deps): bump serial_test from 3.4.0 to 3.5.0 in the crates-io group
  • 8707835 Take semver-compatible dependency updates
  • f89af49 Apply suggestions from nightly clippy
  • 4ea7b7b build(deps): bump rustls from 0.23.38 to 0.23.39 in the crates-io group
  • fa48b0a Take semver-compatible dependency updates
  • 559fd3d build(deps): bump the crates-io group with 2 updates
  • 0346ae5 Take semver-compatible dependency updates
  • Additional commits viewable in compare view

Updates webpki-roots from 0.26.11 to 1.0.7

Release notes

Sourced from webpki-roots's releases.

1.0.7

For their April 2026 root store changes, Mozilla has made more changes than usual:

These changes are part of Mozilla’s ongoing root store maintenance under the Mozilla Root Store Policy (MRSP), including §7.4 (Root CA Lifecycles) and §7.5.3 (Transition Plans). They reflect a combination of lifecycle-based transitions, CA operator requests, and alignment with intended certificate usage, including retiring older or less suitable root certificates, enforcing clear separation of trust purposes (e.g., TLS vs. S/MIME), and reducing unnecessary trust surface in the Web PKI ecosystem. Collectively, these actions help to ensure that root certificates are relied upon only for their intended and actively maintained use cases, or are retired in accordance with established distrust timelines.

This removes:

  • CN=Certigna O=Dhimyotis
  • CN=COMODO Certification Authority O=COMODO CA Limited
  • CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com
  • CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com
  • CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com
  • CN=FIRMAPROFESIONAL CA ROOT-A WEB O=Firmaprofesional SA
  • CN=GTS Root R2 O=Google Trust Services LLC
  • CN=QuoVadis Root CA 2 O=QuoVadis Limited
  • CN=QuoVadis Root CA 3 O=QuoVadis Limited
  • CN=Secure Global CA O=SecureTrust Corporation
  • CN=SecureTrust CA O=SecureTrust Corporation
  • CN=SwissSign Gold CA - G2 O=SwissSign AG
  • CN=TeliaSonera Root CA v1 O=TeliaSonera
  • CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc.
  • CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc.
  • CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc.
  • O=certSIGN OU=certSIGN ROOT CA

See their announcement for more details.

What's Changed

Full Changelog: rustls/webpki-roots@v/1.0.6...v/1.0.7

1.0.6

"e-Szigno TLS Root CA 2023" added, see https://bugzilla.mozilla.org/show_bug.cgi?id=1873057

What's Changed

Full Changelog: rustls/webpki-roots@v/1.0.5...v/1.0.6

1.0.5

Removes the following trust anchors which have passed their distrust-after-last-issuance dates:

... (truncated)

Commits

Updates libsql from 0.6.0 to 0.9.30

Commits
  • 0653c57 0.9.30
  • dda0414 libsql: Fix total_changes accumulation for SQL over HTTP batch execution (#2220)
  • eb0fe77 Pin cargo-chef to 0.1.75 to fix Docker build on rustc 1.85.0
  • 3044eb7 Fix Docker build by using --locked for cargo-chef install (#2222)
  • 46a0527 Fix Docker build by using --locked for cargo-chef install
  • 5835b55 bindings/c: Add support for Intel architecture (#2218)
  • b7cc2b8 libsql: Fix total_changes accumulation for SQL over HTTP batch execution
  • 99e6ad3 libsql-sqlite3: Pin psm version in extension tests (#2221)
  • 79b5ace libsql-sqlite3: Pin psm version in extension tests
  • cd605eb Add support for intel
  • Additional commits viewable in compare view

Updates toml from 0.8.23 to 1.1.2+spec-1.1.0

Commits

Updates uuid from 1.23.1 to 1.23.4

Release notes

Sourced from uuid's releases.

v1.23.4

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

v1.23.3

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3

v1.23.2

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2

Commits
  • 3296d64 Merge pull request #890 from uuid-rs/cargo/v1.23.4
  • cba53d0 prepare for 1.23.4 release
  • e347af4 Merge pull request #889 from frostyplanet/main
  • e9bf55c doc: Fix broken link warnings
  • 5351af4 doc: Enable feature flag label for docs.rs
  • 1e6a966 Merge pull request #888 from uuid-rs/KodrAus-patch-1
  • c9619f6 fix up name of fuzz script in readme
  • 20da78b Merge pull request #887 from uuid-rs/cargo/v1.23.3
  • 62232ca prepare for 1.23.3 release
  • 2320c6a Merge pull request #886 from uuid-rs/fix/parser-panics
  • Additional commits viewable in compare view

Updates chrono from 0.4.44 to 0.4.45

Release notes

Sourced from chrono's releases.

0.4.45

What's Changed

Commits
  • 1703382 Prepare 0.4.45 release
  • 881f9ab tz_data: fix tzdata locations on Android
  • f14ead4 fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow
  • c6063e6 Update similar-asserts requirement from 1.6.1 to 2.0.0
  • 120686c Bump codecov/codecov-action from 5 to 6
  • See full diff in compare view

Updates rust_decimal from 1.42.0 to 1.42.1

Release notes

Sourced from rust_decimal's releases.

1.42.1

What's Changed

Full Changelog: paupino/rust-decimal@1.42.0...1.42.1

Commits

Updates cron from 0.13.0 to 0.17.0

Release notes

Sourced from cron's releases.

v0.15.0

What's Changed

New Contributors

Full Changelog: zslayton/cron@v0.14.0...v0.15.0

v0.14.0

What's Changed

New Contributors

Full Changelog: zslayton/cron@v0.13.0...v0.14.0

Commits

Updates jsonschema from 0.45.1 to 0.46.6

Release notes

Sourced from jsonschema's releases.

[CLI] Release 0.46.6

No release notes provided.

[Python] Release 0.46.6

Fixed

  • prefixItems incorrectly recognised as a known keyword in Draft 2019-09 and earlier (it is 2020-12 only).
  • pattern validation errors displayed the internally translated regex instead of the original schema pattern. #1149
  • Reuse registry retrievers when only registry is passed.
  • Reference leak when serializing large integers on Python 3.12+.

[Ruby] Release 0.46.6

Fixed

  • prefixItems incorrectly recognised as a known keyword in Draft 2019-09 and earlier (it is 2020-12 only).
  • pattern validation errors displayed the internally translated regex instead of the original schema pattern. #1149
  • Reuse registry retrievers when only registry is passed.

[Rust] Release 0.46.6

Added

  • IntoRegistryResource for Arc<Value>. #1129

Fixed

  • prefixItems incorrectly recognised as a known keyword in Draft 2019-09 and earlier (it is 2020-12 only).
  • pattern validation errors displayed the internally translated regex instead of the original schema pattern. #1149

[Python] Release 0.46.5

Fixed

  • Percent-encoded characters in $ref URI fragments (e.g. #/$defs/Request%20class) are now decoded when stored as schema_path.

[Ruby] Release 0.46.5

Fixed

  • Percent-encoded characters in $ref URI fragments (e.g. #/$defs/Request%20class) are now decoded when stored as schema_path.

[Rust] Release 0.46.5

Fixed

  • Percent-encoded characters in $ref URI fragments (e.g. #/$defs/Request%20class) are now decoded when stored as schema_path.

[CLI] Release 0.46.5

No release notes provided.

[Python] Release 0.46.4

Fixed

  • Panic in the regex engine when matching against patterns with very large {0,N} quantifiers.

... (truncated)

Changelog

Sourced from jsonschema's changelog.

[0.46.6] - 2026-06-24

Added

  • IntoRegistryResource for Arc<Value>. #1129

Fixed

  • prefixItems incorrectly recognised as a known keyword in Draft 2019-09 and earlier (it is 2020-12 only).
  • pattern validation errors displayed the internally translated regex instead of the original schema pattern. #1149

[0.46.5] - 2026-05-13

Fixed

  • Percent-encoded characters in $ref URI fragments (e.g. #/$defs/Request%20class) are now decoded when stored as schema_path.

[0.46.4] - 2026-05-01

Fixed

  • Panic in the regex engine when matching against patterns with very large {0,N} quantifiers.

[0.46.3] - 2026-04-28

Fixed

  • Memory not reclaimed when a Validator for a schema with recursive $ref or $dynamicRef is dropped. #1125
  • Compilation failure on wasm32-wasip1 and wasm32-unknown-emscripten targets.

[0.46.2] - 2026-04-20

Fixed

  • required not enforced when additionalProperties is a schema object and required lists exactly 2 keys.

[0.46.1] - 2026-04-18

Fixed

  • required not enforced when properties has 15 or more entries and required lists exactly 2 keys.

[0.46.0] - 2026-04-10

Added

  • ValidatorMap for validating instances against subschemas identified by URI-fragment JSON pointer. #1075
  • CLI: Accept multiple values after -i/--instance (e.g. jsonschema validate schema.json -i *.json). #1085
  • dereference function to recursively inline $ref references. #422
  • CLI: jsonschema dereference subcommand to dereference a schema from the command line.

... (truncated)

Commits
  • 332f539 chore(rust): Release 0.46.6
  • 7ceccf9 chore(ci): Add codecov config and CI/fuzz infra tweaks
  • 210cc32 refactor(python): Extract pattern_options parsing into regex module
  • bb50b10 refactor: Extract BuiltinFormat enum for format dispatch
  • 0028582 test: Select test-suite draft explicitly for all drafts
  • b15474c refactor(python): Add recursive JsonValue alias for returned JSON
  • 488794c refactor(cli): Extract shared format-assertion args and registry builder
  • a34caf6 test: Gate file-retrieval test helpers behind resolve-file feature
  • ca9610e build(deps): bump crates/jsonschema-referencing/tests/suite
  • f1b34da refactor: Reorder JsonType variants
  • Additional commits viewable in compare view

Updates regex from 1.12.3 to 1.12.4

Changelog

Sourced from regex's changelog.

1.12.4 (2025-06-09)

This release includes a performance optimization for compilation of regexes with very large character classes.

Improvements:

  • #1308: Avoid re-canonicalizing the entire interval set when pushing new class ranges.
Commits
  • 7b96fdc 1.12.4
  • 7b89cf0 deps: update to regex-syntax 0.8.11
  • 1401679 regex-syntax-0.8.11
  • d709000 changelog: 1.12.4
  • 9825c74 syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)
  • a7f2ff6 docs: clarify regex-lite word boundaries
  • 2c7b172 docs: clarify unsupported Anchored::Pattern searches
  • 839d16b regex-syntax-0.8.10
  • c4865a0 syntax: fix negation handling in HIR translation
  • d8761c0 cargo: also include benches
  • Additional commits viewable in compare view

Updates fs4 from 0.6.6 to 1.1.0

Release notes

Sourced from fs4's releases.

v1.1.0

Changes

  • Consolidate FileExt and AsyncFileExt into single crate-root traits (fs4::FileExt, fs4::AsyncFileExt) instead of generating a distinct trait per backend module. The per-backend modules (fs4::tokio, fs4::async_std, fs4::smol, fs4::fs_err2, fs4::fs_err3, fs4::fs_err2_tokio, fs4::fs_err3_tokio) now re-export the unified crate-root trait. Method-call sites that import the trait via use continue to compile unchanged; code that named two backend traits as distinct types will see them unify.
  • Add blanket impls impl<F: FileExt + ?Sized> FileExt for &F and impl<F: AsyncFileExt + ?Sized> AsyncFileExt for &F, so the extension methods are now callable through shared references.
  • Seal FileExt and AsyncFileExt via a private sealed::Sealed supertrait, so the set of implementing types is closed to the concrete file types fs4 already supports (and references to them). This locks in the freedom to add methods to either trait in future minor releases without breaking downstream impls.
  • Add DynAsyncFileExt, an object-safe mirror of AsyncFileExt whose async methods return BoxFuture<'_, T> (alias for Pin<Box<dyn Future<Output = T> + Send + '_>>). Use it whenever type erasure is needed (Box<dyn DynAsyncFileExt>, &dyn DynAsyncFileExt); prefer the static AsyncFileExt for generic code since it has no allocation or dynamic-dispatch overhead. Every type implementing AsyncFileExt also implements DynAsyncFileExt, and the trait is sealed.
  • Mark the delegating methods #[inline(always)] (skipped under tarpaulin coverage builds).

v1.0.0

1.0.0

Breakage

  • Renamed FileExt::lock_exclusive / AsyncFileExt::lock_exclusive to lock, matching the stabilized [std::fs::File::lock] API.
  • Renamed FileExt::try_lock_exclusive / AsyncFileExt::try_lock_exclusive to try_lock, matching [std::fs::File::try_lock].
  • Changed the return type of try_lock and try_lock_shared from std::io::Result<bool> to Result<(), TryLockError>. Ok(()) still indicates the lock was acquired; Err(TryLockError::WouldBlock) now indicates the lock is held by another handle. This matches the stable [std::fs::File::try_lock] signature (Ok(false) was the nightly shape prior to 1.89).
  • Removed the top-level lock_contended_error() helper. Use TryLockError::WouldBlock instead.
  • Flattened the fs_std module: the FileExt trait for std::fs::File now lives at the crate root. Update imports from

... (truncated)

Changelog

Sourced from fs4's changelog.

1.1.0

Changes

  • Consolidate FileExt and AsyncFileExt into single crate-root traits (fs4::FileExt, fs4::AsyncFileExt) instead of generating a distinct trait per backend module. The per-backend modules (fs4::tokio, fs4::async_std, fs4::smol, fs4::fs_err2, fs4::fs_err3, fs4::fs_err2_tokio, fs4::fs_err3_tokio) now re-export the unified crate-root trait. Method-call sites that import the trait via use continue to compile unchanged; code that named two backend traits as distinct types will see them unify.
  • Add blanket impls impl<F: FileExt + ?Sized> FileExt for &F and impl<F: AsyncFileExt + ?Sized> AsyncFileExt for &F, so the extension methods are now callable through shared references.
  • Seal FileExt and AsyncFileExt via a private sealed::Sealed supertrait, so the set of implementing types is closed to the concrete file types fs4 already supports (and references to them). This locks in the freedom to add methods to either trait in future minor releases without breaking downstream impls.
  • Add DynAsyncFileExt, an object-safe mirror of AsyncFileExt whose async methods return BoxFuture<'_, T> (alias for Pin<Box<dyn Future<Output = T> + Send + '_>>). Use it whenever type erasure is needed (Box<dyn DynAsyncFileExt>, &dyn DynAsyncFileExt); prefer the static AsyncFileExt for generic code since it has no allocation or dynamic-dispatch overhead. Every type implementing AsyncFileExt also implements DynAsyncFileExt, and the trait is sealed.
  • Mark the delegating methods #[inline(always)] (skipped under tarpaulin coverage builds).

1.0.1

Fixes

  • Unix allocate: short-circuit on allocated blocks (metadata().blocks() * 512 >= len) instead of logical EOF. The previous metadata().len() >= len check silently turned allocate into a no-op on sparse files (logical length large, zero blocks reserved), violating the documented preallocation guarantee. The new check still skips the macOS F_PREALLOCATE re-allocate-ENOSPC path from #15, since it asks the right question: "are the blocks already reserved?" Applies to both the sync and async implementations.
  • Windows statvfs: route the three GetDiskFreeSpaceExW outputs correctly. free_space now comes from lpTotalNumberOfFreeBytes (volume-wide, quota-independent), available_space from lpFreeBytesAvailable (caller-scoped, honours per-user quotas), and total_space is computed from cluster math (sectors_per_cluster * bytes_per_sector * total_number_of_clusters)

... (truncated)

Commits

Updates wasmparser from 0.246.2 to 0.250.0

Commits

Updates aes from 0.8.4 to 0.9.1

Commits

Updates hkdf from 0.12.4 to 0.13.0

Commits
  • bfb3b20 hkdf v0.13.0 (#195)
  • Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 25, 2026
@github-actions github-actions Bot added size: XL 500+ changed lines risk: medium Business logic, config, or moderate-risk modules contributor: new First-time contributor scope: dependencies Dependency updates labels Jun 25, 2026
…6 updates

Bumps the everything-else group with 45 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [agent-client-protocol](https://github.com/agentclientprotocol/rust-sdk) | `0.10.4` | `1.0.0` |
| [refinery](https://github.com/rust-db/refinery) | `0.8.16` | `0.9.2` |
| [rustls](https://github.com/rustls/rustls) | `0.23.40` | `0.23.41` |
| [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.8.3` | `0.8.4` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.11` | `1.0.7` |
| [libsql](https://github.com/tursodatabase/libsql) | `0.6.0` | `0.9.30` |
| [toml](https://github.com/toml-rs/toml) | `0.8.23` | `1.1.2+spec-1.1.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.4` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` |
| [rust_decimal](https://github.com/paupino/rust-decimal) | `1.42.0` | `1.42.1` |
| [cron](https://github.com/zslayton/cron) | `0.13.0` | `0.17.0` |
| [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.45.1` | `0.46.6` |
| [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.12.4` |
| [fs4](https://github.com/al8n/fs4) | `0.6.6` | `1.1.0` |
| [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.246.2` | `0.250.0` |
| [aes](https://github.com/RustCrypto/block-ciphers) | `0.8.4` | `0.9.1` |
| [hkdf](https://github.com/RustCrypto/KDFs) | `0.12.4` | `0.13.0` |
| [hmac](https://github.com/RustCrypto/MACs) | `0.12.1` | `0.13.0` |
| [md-5](https://github.com/RustCrypto/hashes) | `0.10.6` | `0.11.0` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` |
| [rand](https://github.com/rust-random/rand) | `0.8.6` | `0.10.1` |
| [rig-core](https://github.com/0xPlaygrounds/rig) | `0.30.0` | `0.33.0` |
| [zip](https://github.com/zip-rs/zip2) | `2.4.2` | `8.6.0` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.0` |
| [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `9.3.1` | `10.4.0` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.16.4` | `0.18.0` |
| [html-to-markdown-rs](https://github.com/kreuzberg-dev/html-to-markdown) | `2.30.0` | `3.7.2` |
| [json5](https://github.com/callum-oakley/json5-rs) | `0.4.1` | `1.3.1` |
| [secret-service](https://github.com/hwchen/secret-service-rs) | `4.0.0` | `5.1.0` |
| [zbus](https://github.com/z-galaxy/zbus) | `4.4.0` | `5.16.0` |
| [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) | `0.11.6` | `0.12.1` |
| [insta](https://github.com/mitsuhiko/insta) | `1.47.2` | `1.48.0` |
| [zeroize](https://github.com/RustCrypto/utils) | `1.8.2` | `1.9.0` |
| [pdf-extract](https://github.com/jrmuizel/pdf-extract) | `0.7.12` | `0.10.0` |
| [wat](https://github.com/bytecodealliance/wasm-tools) | `1.250.0` | `1.252.0` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.27` | `0.25.11+spec-1.1.0` |
| [nix](https://github.com/nix-rust/nix) | `0.29.0` | `0.30.1` |
| [http](https://github.com/hyperium/http) | `1.4.1` | `1.4.2` |
| [similar](https://github.com/mitsuhiko/similar) | `2.7.0` | `3.1.1` |
| [criterion](https://github.com/criterion-rs/criterion.rs) | `0.5.1` | `0.8.2` |
| [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.8.17` | `1.8.18` |
| [aws-sdk-bedrockruntime](https://github.com/awslabs/aws-sdk-rust) | `1.131.0` | `1.132.0` |
| [monty](https://github.com/pydantic/monty) | `v0.0.16` | `v0.0.18` |
| [ratatui](https://github.com/ratatui/ratatui) | `0.29.0` | `0.30.2` |
| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.12.2` | `0.13.4` |



Updates `agent-client-protocol` from 0.10.4 to 1.0.0
- [Release notes](https://github.com/agentclientprotocol/rust-sdk/releases)
- [Commits](agentclientprotocol/rust-sdk@v0.10.4...agent-client-protocol-http-v1.0.0)

Updates `refinery` from 0.8.16 to 0.9.2
- [Release notes](https://github.com/rust-db/refinery/releases)
- [Changelog](https://github.com/rust-db/refinery/blob/main/CHANGELOG.md)
- [Commits](rust-db/refinery@v0.8.16...v0.9.2)

Updates `rustls` from 0.23.40 to 0.23.41
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.40...v/0.23.41)

Updates `rustls-native-certs` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.8.3...v/0.8.4)

Updates `webpki-roots` from 0.26.11 to 1.0.7
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.11...v/1.0.7)

Updates `libsql` from 0.6.0 to 0.9.30
- [Release notes](https://github.com/tursodatabase/libsql/releases)
- [Commits](tursodatabase/libsql@v0.6.0...libsql-0.9.30)

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

Updates `uuid` from 1.23.1 to 1.23.4
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.1...v1.23.4)

Updates `chrono` from 0.4.44 to 0.4.45
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.44...v0.4.45)

Updates `rust_decimal` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md)
- [Commits](paupino/rust-decimal@1.42.0...1.42.1)

Updates `cron` from 0.13.0 to 0.17.0
- [Release notes](https://github.com/zslayton/cron/releases)
- [Commits](https://github.com/zslayton/cron/commits)

Updates `jsonschema` from 0.45.1 to 0.46.6
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@cli-v0.45.1...cli-v0.46.6)

Updates `regex` from 1.12.3 to 1.12.4
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.12.3...1.12.4)

Updates `fs4` from 0.6.6 to 1.1.0
- [Release notes](https://github.com/al8n/fs4/releases)
- [Changelog](https://github.com/al8n/fs4/blob/main/CHANGELOG.md)
- [Commits](https://github.com/al8n/fs4/commits/1.1.0)

Updates `wasmparser` from 0.246.2 to 0.250.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `aes` from 0.8.4 to 0.9.1
- [Commits](RustCrypto/block-ciphers@aes-v0.8.4...aes-v0.9.1)

Updates `hkdf` from 0.12.4 to 0.13.0
- [Commits](RustCrypto/KDFs@hkdf-v0.12.4...hkdf-v0.13.0)

Updates `hmac` from 0.12.1 to 0.13.0
- [Commits](RustCrypto/MACs@hmac-v0.12.1...hmac-v0.13.0)

Updates `md-5` from 0.10.6 to 0.11.0
- [Commits](RustCrypto/hashes@md-5-v0.10.6...md2-v0.11.0)

Updates `sha2` from 0.10.9 to 0.11.0
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

Updates `rand` from 0.8.6 to 0.10.1
- [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.6...0.10.1)

Updates `rig-core` from 0.30.0 to 0.33.0
- [Release notes](https://github.com/0xPlaygrounds/rig/releases)
- [Changelog](https://github.com/0xPlaygrounds/rig/blob/main/CHANGELOG.md)
- [Commits](0xPlaygrounds/rig@rig-core-v0.30.0...rig-core-v0.33.0)

Updates `zip` from 2.4.2 to 8.6.0
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v2.4.2...v8.6.0)

Updates `bytes` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.11.1...v1.12.0)

Updates `jsonwebtoken` from 9.3.1 to 10.4.0
- [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](Keats/jsonwebtoken@v9.3.1...v10.4.0)

Updates `lru` from 0.16.4 to 0.18.0
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.16.4...0.18.0)

Updates `html-to-markdown-rs` from 2.30.0 to 3.7.2
- [Release notes](https://github.com/kreuzberg-dev/html-to-markdown/releases)
- [Changelog](https://github.com/xberg-io/html-to-markdown/blob/main/CHANGELOG.md)
- [Commits](xberg-io/html-to-markdown@v2.30.0...v3.7.2)

Updates `json5` from 0.4.1 to 1.3.1
- [Release notes](https://github.com/callum-oakley/json5-rs/releases)
- [Commits](callum-oakley/json5-rs@0.4.1...1.3.1)

Updates `secret-service` from 4.0.0 to 5.1.0
- [Release notes](https://github.com/hwchen/secret-service-rs/releases)
- [Changelog](https://github.com/open-source-cooperative/secret-service-rs/blob/master/CHANGELOG.md)
- [Commits](open-source-cooperative/secret-service-rs@v4.0.0...v5.1.0)

Updates `zbus` from 4.4.0 to 5.16.0
- [Release notes](https://github.com/z-galaxy/zbus/releases)
- [Changelog](https://github.com/z-galaxy/zbus/blob/main/release-plz.toml)
- [Commits](z-galaxy/zbus@zbus-4.4.0...zbus-5.16.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 `insta` from 1.47.2 to 1.48.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.47.2...1.48.0)

Updates `zeroize` from 1.8.2 to 1.9.0
- [Commits](RustCrypto/utils@zeroize-v1.8.2...zeroize-v1.9.0)

Updates `pdf-extract` from 0.7.12 to 0.10.0
- [Commits](jrmuizel/pdf-extract@v0.7.12...v0.10.0)

Updates `wat` from 1.250.0 to 1.252.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@v1.250.0...v1.252.0)

Updates `toml_edit` from 0.22.27 to 0.25.11+spec-1.1.0
- [Commits](toml-rs/toml@v0.22.27...v0.25.11)

Updates `nix` from 0.29.0 to 0.30.1
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.29.0...v0.30.1)

Updates `http` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.4.1...v1.4.2)

Updates `similar` from 2.7.0 to 3.1.1
- [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar@2.7.0...3.1.1)

Updates `criterion` from 0.5.1 to 0.8.2
- [Release notes](https://github.com/criterion-rs/criterion.rs/releases)
- [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](criterion-rs/criterion.rs@0.5.1...criterion-v0.8.2)

Updates `aws-config` from 1.8.17 to 1.8.18
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-sdk-bedrockruntime` from 1.131.0 to 1.132.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-smithy-types` from 1.4.8 to 1.5.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `monty` from v0.0.16 to v0.0.18
- [Release notes](https://github.com/pydantic/monty/releases)
- [Commits](pydantic/monty@142807b...45a3b2d)

Updates `ratatui` from 0.29.0 to 0.30.2
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.29.0...ratatui-v0.30.2)

Updates `pulldown-cmark` from 0.12.2 to 0.13.4
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](pulldown-cmark/pulldown-cmark@v0.12.2...v0.13.4)

---
updated-dependencies:
- dependency-name: aes
  dependency-version: 0.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: agent-client-protocol
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
- dependency-name: aws-config
  dependency-version: 1.8.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: aws-sdk-bedrockruntime
  dependency-version: 1.132.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: aws-smithy-types
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: bytes
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: chrono
  dependency-version: 0.4.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: criterion
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: cron
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: fs4
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
- dependency-name: hkdf
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: hmac
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: html-to-markdown-rs
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
- dependency-name: http
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: insta
  dependency-version: 1.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: json5
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
- dependency-name: jsonschema
  dependency-version: 0.46.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: jsonwebtoken
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
- dependency-name: libsql
  dependency-version: 0.9.30
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: lru
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: md-5
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: monty
  dependency-version: 45a3b2d57e6ce723fed4166fb032242ece74a663
  dependency-type: direct:production
  dependency-group: everything-else
- dependency-name: nix
  dependency-version: 0.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: pdf-extract
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: pulldown-cmark
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: rand
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: ratatui
  dependency-version: 0.30.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: refinery
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: regex
  dependency-version: 1.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: rig-core
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: rustls
  dependency-version: 0.23.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: rustls-native-certs
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: rust_decimal
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: secret-service
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: similar
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
- dependency-name: testcontainers-modules
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: toml
  dependency-version: 1.1.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
- dependency-name: toml_edit
  dependency-version: 0.25.11+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: uuid
  dependency-version: 1.23.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: everything-else
- dependency-name: wasmparser
  dependency-version: 0.250.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: wat
  dependency-version: 1.252.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: webpki-roots
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
- dependency-name: zbus
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
- dependency-name: zeroize
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: everything-else
- dependency-name: zip
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: everything-else
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/everything-else-9540539555 branch from 51ad646 to fa85b0a Compare June 25, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor: new First-time contributor dependencies Pull requests that update a dependency file risk: medium Business logic, config, or moderate-risk modules rust Pull requests that update rust code scope: dependencies Dependency updates size: XL 500+ changed lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants