From c638f7b210d4b98cb2e7941e86d31b86db734f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 23:15:41 +0000 Subject: [PATCH] chore(deps): bump the rust-dependencies group with 3 updates Bumps the rust-dependencies group with 3 updates: [surrealdb](https://github.com/surrealdb/surrealdb), [toml](https://github.com/toml-rs/toml) and [uuid](https://github.com/uuid-rs/uuid). Updates `surrealdb` from 3.1.5 to 3.2.1 - [Release notes](https://github.com/surrealdb/surrealdb/releases) - [Changelog](https://github.com/surrealdb/surrealdb/blob/main/release.toml) - [Commits](https://github.com/surrealdb/surrealdb/commits) Updates `toml` from 0.8.23 to 0.9.12+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.12) Updates `uuid` from 1.23.4 to 1.23.5 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.23.4...v1.23.5) --- updated-dependencies: - dependency-name: surrealdb dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: toml dependency-version: 0.9.12+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: uuid dependency-version: 1.23.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 145 +++++++++++----------------------- crates/astrid-core/Cargo.toml | 2 +- 2 files changed, 47 insertions(+), 100 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 893fa139b..6431b17cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,7 +171,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -182,7 +182,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -361,8 +361,8 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 0.9.12+spec-1.1.0", - "toml_edit 0.25.12+spec-1.1.0", + "toml", + "toml_edit", "tracing", "unicode-width", "url", @@ -421,7 +421,7 @@ dependencies = [ "serde_json", "tar", "tempfile", - "toml_edit 0.25.12+spec-1.1.0", + "toml_edit", "tracing", "wit-component", "wit-parser 0.253.0", @@ -485,7 +485,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-util", - "toml 0.9.12+spec-1.1.0", + "toml", "tracing", "url", "uuid", @@ -532,7 +532,7 @@ dependencies = [ "serde", "serde_json", "thiserror 2.0.18", - "toml 0.9.12+spec-1.1.0", + "toml", "web-time", ] @@ -545,7 +545,7 @@ dependencies = [ "serde_json", "tempfile", "thiserror 2.0.18", - "toml 0.9.12+spec-1.1.0", + "toml", "tracing", ] @@ -566,7 +566,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 0.8.23", + "toml", "uuid", ] @@ -604,7 +604,7 @@ dependencies = [ "nix 0.31.3", "signal-hook 0.4.4", "tokio", - "toml 0.9.12+spec-1.1.0", + "toml", "tracing", "uuid", ] @@ -681,7 +681,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.9.12+spec-1.1.0", + "toml", "tower", "tower-http 0.7.0", "tracing", @@ -711,7 +711,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-util", - "toml 0.9.12+spec-1.1.0", + "toml", "tracing", "uuid", "wasmtime", @@ -789,7 +789,7 @@ dependencies = [ "subtle", "tempfile", "tokio", - "toml 0.9.12+spec-1.1.0", + "toml", "tracing", "uuid", ] @@ -810,7 +810,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "toml 0.9.12+spec-1.1.0", + "toml", "tracing", "uuid", "which", @@ -1687,7 +1687,7 @@ dependencies = [ "maybe-owned", "rustix", "rustix-linux-procfs", - "windows-sys 0.60.2", + "windows-sys 0.61.2", "winx", ] @@ -1965,7 +1965,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2686,7 +2686,7 @@ dependencies = [ "libc", "option-ext", "redox_users 0.5.2", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3005,7 +3005,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -5275,7 +5275,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -6062,7 +6062,7 @@ version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" dependencies = [ - "toml_edit 0.25.12+spec-1.1.0", + "toml_edit", ] [[package]] @@ -7056,7 +7056,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -7302,7 +7302,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -7391,15 +7391,6 @@ dependencies = [ "syn 2.0.118", ] -[[package]] -name = "serde_spanned" -version = "0.6.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" -dependencies = [ - "serde", -] - [[package]] name = "serde_spanned" version = "1.1.1" @@ -7650,7 +7641,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -7777,9 +7768,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "surrealdb" -version = "3.1.5" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81ee3110fe3ab8172eb8c135c96ed2d57c7470cdf1ad732d176db95a92c9faab" +checksum = "64a60cb22bf9d0c74d1125ead5d9559d09e64ec09b6f1a181082b4b369b47dbe" dependencies = [ "anyhow", "async-channel", @@ -7812,9 +7803,9 @@ dependencies = [ [[package]] name = "surrealdb-collections" -version = "3.2.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe5b7ce7c31b54e9b8029179c395f78549679beecd48763fa55bc17059d8b3ff" +checksum = "30ad075ecc0f9e980872e80158c6789cb69803da4a1e5c333350ae36d959da00" dependencies = [ "revision", "storekey", @@ -7822,9 +7813,9 @@ dependencies = [ [[package]] name = "surrealdb-core" -version = "3.2.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ad0e632d0ba78dede6e1432ef902b3dac4d9ce7999dc413b6d12e942db57f57" +checksum = "5b53c9b93225512d71d89afb6768f41ecd36bcbd2123cc6c45d501d82c120729" dependencies = [ "addr", "affinitypool", @@ -7943,9 +7934,9 @@ dependencies = [ [[package]] name = "surrealdb-strand" -version = "3.2.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a832fdd23c7cebe15b95c6940bf23e18360774307f939273e43c6a4d6722922" +checksum = "d4e88bf98df390845b771d362490abcf11863dc4ccc4c563af77d285ff26186b" dependencies = [ "revision", "serde", @@ -7954,9 +7945,9 @@ dependencies = [ [[package]] name = "surrealdb-types" -version = "3.2.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "191f11ad65f53f7a7b7cc65e2f455997bf9533a70bf9cfc509d58e4e061d300a" +checksum = "19ebc0c8d5ccc33d8eb56010b6fd93931de9cdca2c6e2fd860e3f4c3c3e7bf49" dependencies = [ "anyhow", "async-channel", @@ -7984,9 +7975,9 @@ dependencies = [ [[package]] name = "surrealdb-types-derive" -version = "3.2.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "428bbf94f264212f3ed2f807304fae5ac8e6cc7fa2fd73f026632a3639bf673b" +checksum = "4bd6d0494d88f5aadd6ac7b0338661c324a9c21f118393d2d44579a29d4b53c1" dependencies = [ "heck 0.4.1", "proc-macro2", @@ -8155,10 +8146,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.3", + "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -8190,7 +8181,7 @@ dependencies = [ "parking_lot", "rustix", "signal-hook 0.3.18", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -8471,18 +8462,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "toml" -version = "0.8.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" -dependencies = [ - "serde", - "serde_spanned 0.6.9", - "toml_datetime 0.6.11", - "toml_edit 0.22.27", -] - [[package]] name = "toml" version = "0.9.12+spec-1.1.0" @@ -8491,22 +8470,13 @@ checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" dependencies = [ "indexmap", "serde_core", - "serde_spanned 1.1.1", + "serde_spanned", "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "toml_writer", "winnow 0.7.15", ] -[[package]] -name = "toml_datetime" -version = "0.6.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" -dependencies = [ - "serde", -] - [[package]] name = "toml_datetime" version = "0.7.5+spec-1.1.0" @@ -8525,20 +8495,6 @@ dependencies = [ "serde_core", ] -[[package]] -name = "toml_edit" -version = "0.22.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" -dependencies = [ - "indexmap", - "serde", - "serde_spanned 0.6.9", - "toml_datetime 0.6.11", - "toml_write", - "winnow 0.7.15", -] - [[package]] name = "toml_edit" version = "0.25.12+spec-1.1.0" @@ -8561,12 +8517,6 @@ dependencies = [ "winnow 1.0.3", ] -[[package]] -name = "toml_write" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" - [[package]] name = "toml_writer" version = "1.1.1+spec-1.1.0" @@ -8832,7 +8782,7 @@ checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" dependencies = [ "memoffset", "tempfile", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -8988,9 +8938,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.23.4" +version = "1.23.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53" +checksum = "ea5fab0d6c3c01ae70085a09cb03d4c7a1d6314e2b3e075392783396d724ca0a" dependencies = [ "atomic", "getrandom 0.4.3", @@ -9003,9 +8953,9 @@ dependencies = [ [[package]] name = "uuid-rng-internal" -version = "1.23.4" +version = "1.23.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ab16e069e7562ecbdfa2e7858097deff01e13284d62921b6db087d0d66dd76" +checksum = "6efce083520d7da9ab3967f98d9124bb89d3269ef2c528a3da7b34e4857190b6" dependencies = [ "getrandom 0.4.3", ] @@ -9351,7 +9301,7 @@ dependencies = [ "serde", "serde_derive", "sha2 0.10.9", - "toml 0.9.12+spec-1.1.0", + "toml", "wasmtime-environ", "windows-sys 0.61.2", "zstd", @@ -9770,7 +9720,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -10148,9 +10098,6 @@ name = "winnow" version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" -dependencies = [ - "memchr", -] [[package]] name = "winnow" diff --git a/crates/astrid-core/Cargo.toml b/crates/astrid-core/Cargo.toml index efb6bc7d3..6912d9c43 100644 --- a/crates/astrid-core/Cargo.toml +++ b/crates/astrid-core/Cargo.toml @@ -23,7 +23,7 @@ tokio = { workspace = true, features = ["time", "sync"] } # astrid-core exposes toml error types in its public error enums. Keep this # crate on the current public dependency until a breaking release can change # that API deliberately. -toml = "0.8.23" +toml = "0.9.12" uuid = { workspace = true } [dev-dependencies]