From 56dc7cb46c2270123405b575311a93a7a40e4615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:08:41 +0000 Subject: [PATCH] Bump ordered-float from 2.0.0 to 3.3.0 Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 2.0.0 to 3.3.0. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v2.0.0...v3.3.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++++--- stargate/crates/graphql-parser/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7cb3879..59601c5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix-codec" version = "0.3.0" @@ -1558,7 +1560,7 @@ dependencies = [ "combine", "derivative", "insta", - "ordered-float 2.0.0", + "ordered-float 3.3.0", "paste", "pretty_assertions", "thiserror", @@ -2246,9 +2248,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "2.0.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fe9037165d7023b1228bc4ae9a2fa1a2b0095eca6c2998c624723dfd01314a5" +checksum = "1f74e330193f90ec45e2b257fa3ef6df087784157ac1ad2c1e71c62837b03aa7" dependencies = [ "num-traits", ] diff --git a/stargate/crates/graphql-parser/Cargo.toml b/stargate/crates/graphql-parser/Cargo.toml index 08605d12..1effaa29 100644 --- a/stargate/crates/graphql-parser/Cargo.toml +++ b/stargate/crates/graphql-parser/Cargo.toml @@ -18,7 +18,7 @@ edition = "2018" bytecount = "0.6.0" combine = "3.8.1" derivative = "2.1.1" -ordered-float = "2.0.0" +ordered-float = "3.3.0" thiserror = "1.0.21" [dev-dependencies]