Skip to content

chore(deps): bump the patch-updates group with 5 updates - #447

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-updates-3bf136c2c4
Open

chore(deps): bump the patch-updates group with 5 updates#447
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-updates-3bf136c2c4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch-updates group with 5 updates:

Package From To
jsonpath-rust 1.0.6 1.0.7
cel 0.14.0 0.14.1
rustls 0.23.42 0.23.43
schemars 1.2.1 1.2.2
toml 1.1.3+spec-1.1.0 1.1.4+spec-1.1.0

Updates jsonpath-rust from 1.0.6 to 1.0.7

Changelog

Sourced from jsonpath-rust's changelog.

  • 0.1.0

    • Initial implementation
  • 0.1.1

    • Technical improvements
  • 0.1.2

    • added a trait to obtain the result from value
    • added a method to get the cloned as Value
    • change the name of the general method*
  • 0.1.4

    • add an ability to use references instead of values
    • fix some clippy issues
  • 0.1.5

    • correct grammar for $.[..]
  • 0.1.6

    • add logical OR and logical And to filters
    • fix bugs with objects in filters
    • add internal macros to generate path objects
  • 0.2.0

    • add json path value as a result for the library
    • add functions (size)
    • change a logical operator size into function size()
  • 0.2.1

    • changed the contract for length() function.
  • 0.2.2

    • add ..*
  • 0.2.5

    • build for tags
  • 0.2.6

    • make parser mod public
  • 0.3.0

    • introduce the different behaviour for empty results and non-existing result
  • 0.3.2

    • make jsonpath inst cloneable.
  • 0.3.3

    • fix a bug with the logical operators
  • 0.3.4

    • add a result as a path
  • 0.3.5

    • add ! negation operation in filters
    • allow using () in filters
  • 0.5

    • add config for jsonpath
    • add an option to add a regex cache for boosting performance
  • 0.5.1

    • add double quotes for the expressions (before it was only possible to use single quotes)
    • add Debug on the JsonPathFinder
  • 0.6

    • allow to reuse regex, that improves performance without needing an internal cache
  • 0.6.1

... (truncated)

Commits

Updates cel from 0.14.0 to 0.14.1

Commits

Updates rustls from 0.23.42 to 0.23.43

Commits
  • fcf61cd Prepare 0.23.43
  • f0dad4c Check server's proposed suite against actual offer
  • b480cc6 Test for server choosing a non-QUIC TLS1.3 suite
  • 883a44d Consider Protocol in ServerConfig::supports_version
  • c2f1fd9 Check suitability of server version in QUIC client
  • d98e1b9 Add test for server Tls13RequiredForQuic
  • e63d9bf Bound ticket age calculation
  • 79cd462 Defensiveness improvement for binder suffix arithmetic
  • 4a9f025 use checked_sub for the mac tag offset in Rfc5077Ticketer::decrypt
  • 3131e5c Accept that libcrux deps are vulnerable
  • Additional commits viewable in compare view

Updates schemars from 1.2.1 to 1.2.2

Release notes

Sourced from schemars's releases.

v1.2.2

  • Update to syn 3 in schemars_derive
Changelog

Sourced from schemars's changelog.

[1.2.2] - 2026-07-27

  • Update to syn 3 in schemars_derive
Commits

Updates toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0

Commits
  • beee9fe chore: Release
  • 16e2ac1 docs: Update changelog
  • 89f5541 fix(toml): preserve datetimes when deserializing Value (#1194)
  • 534039c fix(serde): Deserialize Value datetimes into typed targets
  • 6e45cef test(serde): Reproduce Value datetime deserialization error
  • 4ec099f chore: Release
  • 5a47a51 docs: Update changelog
  • da0911f perf(parser): Reduce over allocation by better tokens/byte ratio (#1193)
  • 26eb157 perf(parser): Reduce over allocation by better tokens/byte ratio
  • ca4c7bf chore(deps): Update Prek to v0.4.11 (#1191)
  • Additional commits viewable in compare view

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [jsonpath-rust](https://github.com/besok/jsonpath-rust) | `1.0.6` | `1.0.7` |
| [cel](https://github.com/cel-rust/cel-rust) | `0.14.0` | `0.14.1` |
| [rustls](https://github.com/rustls/rustls) | `0.23.42` | `0.23.43` |
| [schemars](https://github.com/GREsau/schemars) | `1.2.1` | `1.2.2` |
| [toml](https://github.com/toml-rs/toml) | `1.1.3+spec-1.1.0` | `1.1.4+spec-1.1.0` |


Updates `jsonpath-rust` from 1.0.6 to 1.0.7
- [Changelog](https://github.com/besok/jsonpath-rust/blob/main/CHANGELOG.md)
- [Commits](besok/jsonpath-rust@v1.0.6...v1.0.7)

Updates `cel` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/cel-rust/cel-rust/releases)
- [Commits](cel-rust/cel-rust@v0.14.0...v0.14.1)

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

Updates `schemars` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v1.2.1...v1.2.2)

Updates `toml` from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.1.3...toml-v1.1.4)

---
updated-dependencies:
- dependency-name: jsonpath-rust
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cel
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: rustls
  dependency-version: 0.23.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: schemars
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml
  dependency-version: 1.1.4+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 Aug 6, 2026
@dependabot
dependabot Bot requested a review from mostafa as a code owner August 6, 2026 22:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot attempted to update this pull request, but because the branch dependabot/cargo/patch-updates-3bf136c2c4 is protected it was unable to do so.

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