Skip to content

Bump the cargo group across 1 directory with 3 updates#450

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-c8146f6f13
Open

Bump the cargo group across 1 directory with 3 updates#450
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-c8146f6f13

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 3 updates in the / directory: surrealdb, tracing-subscriber and lru.

Updates surrealdb from 2.6.5 to 3.1.5

Release notes

Sourced from surrealdb's releases.

Release 3.1.5

Release 3.1.4

Release 3.1.3

Release 3.1.2

Release 3.1.1

Release 3.1.0

Release 3.1.0-beta.3

Release 3.1.0-beta.2

Release 3.1.0-beta.1

Release 3.0.5

Release 3.0.4

Release 3.0.3

Release 3.0.2

Release 3.0.1

Release 3.0.0

Release 3.0.0-beta.4

Release 3.0.0-beta.3

Release 3.0.0-beta.2

Release 3.0.0-beta.1

Release 3.0.0-alpha.18

Release 3.0.0-alpha.17

Release 3.0.0-alpha.16

Release 3.0.0-alpha.14

Release 3.0.0-alpha.13

Release 3.0.0-alpha.12

... (truncated)

Commits
  • f8d7c51 test(iam): harden analyzer mapper leak tests and clarify allowlist test setup...
  • 04efcfe fix(planner): close ORDER BY value-ordering oracle on the DynamicScan fallbac...
  • 8808b9a [Backport 3.1] fix(cnf): restore human-readable size parsing for SURREAL_MEMO...
  • 11d4184 fix(iam): deny filesystem access by default and stop leaking file content in ...
  • af6ecaf fix(planner): prevent ORDER BY value-ordering oracle on restricted SELECT fie...
  • e9693bf fix(iam): prevent SSRF in JWKS fetch by re-validating redirect targets (#397)
  • b5d1910 fix(sdk): decode large flatbuffers payloads and fail WS requests on decode er...
  • 7dcd84b fix(server): install rustls crypto provider for all CLI commands (#391)
  • ffaf5e3 fix(exec): enforce field-level SELECT permissions + computed fields in stream...
  • d4be3af fix(exec): collect recursion with min depth > 1 loses nodes revisited within ...
  • Additional commits viewable in compare view

Updates tracing-subscriber from 0.2.25 to 0.3.23

Release notes

Sourced from tracing-subscriber's releases.

tracing-subscriber 0.3.23

Fixed

  • Allow ansi sanitization to be disabled (#3484)

#3484: tokio-rs/tracing#3484

tracing-subscriber 0.3.22

Important

The previous release [0.3.21] was yanked as it depended explicitly on [tracing-0.1.42], which was yanked due to a breaking change (see #3424 for details). This release contains all the changes from the previous release, plus an update to the newer version of tracing.

Changed

  • tracing: updated to 0.1.43 (#3427)

#3424: tokio-rs/tracing#3424 #3427: tokio-rs/tracing#3427 [0.3.21]: https://github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.21 [tracing-0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42

tracing-subscriber 0.3.21

Fixed

  • Change registry exit to decrement local span ref only (#3331)
  • Make Layered propagate on_register_dispatch (#3379)

Changed

  • tracing: updated to 0.1.42 (#3418)

Performance

  • Remove clone_span on enter (#3289)

Documented

  • Fix a few small things in the format module (#3339)
  • Fix extra closing brace in layer docs (#3350)
  • Fix link in FmtSpan docs (#3411)

#3289: tokio-rs/tracing#3289 #3331: tokio-rs/tracing#3331 #3339: tokio-rs/tracing#3339 #3350: tokio-rs/tracing#3350 #3379: tokio-rs/tracing#3379 #3411: tokio-rs/tracing#3411

... (truncated)

Commits

Updates lru from 0.12.5 to 0.14.0

Changelog

Sourced from lru's changelog.

v0.14.0 - 2025-04-12

  • Use NonZeroUsize::MAX instead of unwrap(), and update MSRV to 1.70.0.

v0.13.0 - 2025-01-27

  • Add peek_mru and pop_mru methods, upgrade dependency on hashbrown to 0.15.2, and update MSRV to 1.65.0.
Commits

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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 3 updates in the / directory: [surrealdb](https://github.com/surrealdb/surrealdb), [tracing-subscriber](https://github.com/tokio-rs/tracing) and [lru](https://github.com/jeromefroe/lru-rs).


Updates `surrealdb` from 2.6.5 to 3.1.5
- [Release notes](https://github.com/surrealdb/surrealdb/releases)
- [Changelog](https://github.com/surrealdb/surrealdb/blob/main/release.toml)
- [Commits](surrealdb/surrealdb@v2.6.5...v3.1.5)

Updates `tracing-subscriber` from 0.2.25 to 0.3.23
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.2.25...tracing-subscriber-0.3.23)

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

---
updated-dependencies:
- dependency-name: surrealdb
  dependency-version: 3.1.5
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: tracing-subscriber
  dependency-version: 0.3.23
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: lru
  dependency-version: 0.14.0
  dependency-type: direct:production
  dependency-group: cargo
...

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 Jun 23, 2026
@github-actions

Copy link
Copy Markdown

Preview available at https://floneum.github.io/kalosm/pr-preview/pr-450/

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