From a81495b01cd52341b973527007e3e27dc7ec5765 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:33:46 -0700 Subject: [PATCH] fix(deps): update rust crate lru to 0.11.0 (#2932) 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 70bd6637f..5b29beea3 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.10.0" +lru = "0.11.0" md5 = "0.7.0" rand = "0.8.5" \ No newline at end of file