mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
fix(deps): update rust crate lru to 0.11.0 (#2932)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
896214c593
commit
a81495b01c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
Loading…
Reference in a new issue