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