From 14c1a2fe241c9215277b334b02258f16f87b56ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 08:59:33 +0300 Subject: [PATCH] fix(deps): update rust crate lru to 0.12.0 (#3130) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/libraries/router/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/libraries/router/Cargo.toml b/packages/libraries/router/Cargo.toml index 5b29beea3..fbde24580 100644 --- a/packages/libraries/router/Cargo.toml +++ b/packages/libraries/router/Cargo.toml @@ -28,6 +28,6 @@ http = "0.2" # Until they release https://github.com/graphql-rust/graphql-parser/commit/0d93ac9310c2894a029d0eb912c3463875a535f9 graphql-parser = { git = "https://github.com/graphql-rust/graphql-parser.git", rev = "8d76425d83c40670570cc325f57c730262f07456" } graphql-tools = { git = "https://github.com/dotansimha/graphql-tools-rs.git", rev = "59d083108c63fb24a525f987ac4299d108c6e2d1" } # branch = "kamil-minifier-without-fork" -lru = "0.11.0" +lru = "0.12.0" md5 = "0.7.0" rand = "0.8.5" \ No newline at end of file