From 528ecc88efb0fe890e9d51a703fa94c508f81a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 16:06:18 +0000 Subject: [PATCH] Bump the rust-dependencies group across 1 directory with 4 updates Bumps the rust-dependencies group with 4 updates in the / directory: [async-trait](https://github.com/dtolnay/async-trait), [log](https://github.com/rust-lang/log), [uuid](https://github.com/uuid-rs/uuid) and [static-files](https://github.com/static-files-rs/static-files). Updates `async-trait` from 0.1.88 to 0.1.89 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.88...0.1.89) Updates `log` from 0.4.27 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.27...0.4.28) Updates `uuid` from 1.17.0 to 1.18.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.1) Updates `static-files` from 0.2.5 to 0.3.1 - [Release notes](https://github.com/static-files-rs/static-files/releases) - [Commits](https://github.com/static-files-rs/static-files/compare/v0.2.5...v0.3.1) --- updated-dependencies: - dependency-name: async-trait dependency-version: 0.1.89 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: static-files dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 26 ++++++++++++------- Cargo.toml | 2 +- plugins/graphql-client/Cargo.toml | 2 +- .../graphql-schema-visualization/Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42e3858..7684528 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" [[package]] name = "async-trait" -version = "0.1.88" +version = "0.1.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" +checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", @@ -205,7 +205,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "159fa412eae48a1d94d0b9ecdb85c97ce56eb2a347c62394d3fdbf221adabc1a" dependencies = [ "path-matchers", - "path-slash", + "path-slash 0.1.5", ] [[package]] @@ -800,9 +800,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.27" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" +checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" dependencies = [ "serde", ] @@ -978,6 +978,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "498a099351efa4becc6a19c72aa9270598e8fd274ca47052e37455241c88b696" +[[package]] +name = "path-slash" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42" + [[package]] name = "pin-project-lite" version = "0.2.16" @@ -1611,13 +1617,13 @@ dependencies = [ [[package]] name = "static-files" -version = "0.2.5" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9c425c07353535ef55b45420f5a8b0a397cd9bc3d7e5236497ca0d90604aa9b" +checksum = "493af46ab6e8d5409eb02ced7af4bbc97643de491df7b4afcd1cd8fdcc91dc82" dependencies = [ "change-detection", "mime_guess", - "path-slash", + "path-slash 0.2.1", ] [[package]] @@ -1851,9 +1857,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.17.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index f1ec7f4..46e0cb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] } springtime = "1.0" springtime-di = { version = "1.0", default-features = false, features = ["threadsafe", "derive"] } toml = "0.9" -uuid = { version = "1.17", features = ["serde", "v4", "v5"] } +uuid = { version = "1.18", features = ["serde", "v4", "v5"] } ### Prefer git to crates.io for development diff --git a/plugins/graphql-client/Cargo.toml b/plugins/graphql-client/Cargo.toml index dc924fe..c2f2ab7 100644 --- a/plugins/graphql-client/Cargo.toml +++ b/plugins/graphql-client/Cargo.toml @@ -31,7 +31,7 @@ uuid = { workspace = true, features = ["serde", "v4"] } reactive-graph-plugin-api = { workspace = true } [build-dependencies] -static-files = "0.2.5" +static-files = "0.3.1" [lib] # Plugins use crate-type cdylib diff --git a/plugins/graphql-schema-visualization/Cargo.toml b/plugins/graphql-schema-visualization/Cargo.toml index 5d1b490..894cbf7 100644 --- a/plugins/graphql-schema-visualization/Cargo.toml +++ b/plugins/graphql-schema-visualization/Cargo.toml @@ -31,7 +31,7 @@ uuid = { workspace = true } reactive-graph-plugin-api = { workspace = true } [build-dependencies] -static-files = "0.2.5" +static-files = "0.3.1" [lib] # Plugins use crate-type cdylib