From 849aa2d0efad38558e2d56fbacd83ef2d2e0ba82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:59:41 -0700 Subject: [PATCH] chore(deps): Bump ordered-float from 4.3.0 to 4.4.0 (#21536) Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- lib/codecs/Cargo.toml | 2 +- lib/opentelemetry-proto/Cargo.toml | 2 +- lib/vector-common/Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bfc5195f4bbc..1d9e2c4e52468 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2187,7 +2187,7 @@ dependencies = [ "indoc", "influxdb-line-protocol", "memchr", - "ordered-float 4.3.0", + "ordered-float 4.4.0", "prost 0.12.6", "prost-reflect", "regex", @@ -5578,7 +5578,7 @@ dependencies = [ "indexmap 2.6.0", "metrics", "num_cpus", - "ordered-float 4.3.0", + "ordered-float 4.4.0", "quanta", "radix_trie", "sketches-ddsketch", @@ -6418,7 +6418,7 @@ dependencies = [ "bytes 1.7.2", "chrono", "hex", - "ordered-float 4.3.0", + "ordered-float 4.4.0", "prost 0.12.6", "prost-build 0.12.6", "tonic 0.11.0", @@ -6445,9 +6445,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d501f1a72f71d3c063a6bbc8f7271fa73aa09fe5d6283b6571e2ed176a2537" +checksum = "83e7ccb95e240b7c9506a3d544f10d935e142cc90b0a1d56954fb44d89ad6b97" dependencies = [ "num-traits", ] @@ -10594,7 +10594,7 @@ dependencies = [ "openssl", "openssl-probe", "openssl-src", - "ordered-float 4.3.0", + "ordered-float 4.4.0", "paste", "percent-encoding", "pin-project", @@ -10750,7 +10750,7 @@ dependencies = [ "indexmap 2.6.0", "metrics", "nom", - "ordered-float 4.3.0", + "ordered-float 4.4.0", "paste", "pin-project", "quickcheck", @@ -10859,7 +10859,7 @@ dependencies = [ "no-proxy", "noisy_float", "openssl", - "ordered-float 4.3.0", + "ordered-float 4.4.0", "parking_lot", "pin-project", "proptest", @@ -11100,7 +11100,7 @@ dependencies = [ "ofb", "once_cell", "onig", - "ordered-float 4.3.0", + "ordered-float 4.4.0", "paste", "peeking_take_while", "percent-encoding", diff --git a/Cargo.toml b/Cargo.toml index 4d7e40cac13e3..2bf529675ff31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -332,7 +332,7 @@ nom = { version = "7.1.3", default-features = false, optional = true } notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] } openssl = { version = "0.10.67", default-features = false, features = ["vendored"] } openssl-probe = { version = "0.1.5", default-features = false } -ordered-float = { version = "4.3.0", default-features = false } +ordered-float = { version = "4.4.0", default-features = false } paste = "1.0.15" percent-encoding = { version = "2.3.1", default-features = false } postgres-openssl = { version = "0.5.0", default-features = false, features = ["runtime"], optional = true } diff --git a/lib/codecs/Cargo.toml b/lib/codecs/Cargo.toml index 0978fc2f15ccb..691e2fd91c675 100644 --- a/lib/codecs/Cargo.toml +++ b/lib/codecs/Cargo.toml @@ -19,7 +19,7 @@ dyn-clone = { version = "1", default-features = false } influxdb-line-protocol = { version = "2", default-features = false } lookup = { package = "vector-lookup", path = "../vector-lookup", default-features = false, features = ["test"] } memchr = { version = "2", default-features = false } -ordered-float = { version = "4.3.0", default-features = false } +ordered-float = { version = "4.4.0", default-features = false } prost.workspace = true prost-reflect.workspace = true regex = { version = "1.11.0", default-features = false, features = ["std", "perf"] } diff --git a/lib/opentelemetry-proto/Cargo.toml b/lib/opentelemetry-proto/Cargo.toml index 5918138147a3c..a782978a0cc1f 100644 --- a/lib/opentelemetry-proto/Cargo.toml +++ b/lib/opentelemetry-proto/Cargo.toml @@ -14,7 +14,7 @@ bytes = { version = "1.7.2", default-features = false, features = ["serde"] } chrono.workspace = true hex = { version = "0.4.3", default-features = false, features = ["std"] } lookup = { package = "vector-lookup", path = "../vector-lookup", default-features = false } -ordered-float = { version = "4.3.0", default-features = false } +ordered-float = { version = "4.4.0", default-features = false } prost .workspace = true tonic.workspace = true vrl.workspace = true diff --git a/lib/vector-common/Cargo.toml b/lib/vector-common/Cargo.toml index 6d0e3b4abe50f..8cfd257a94e48 100644 --- a/lib/vector-common/Cargo.toml +++ b/lib/vector-common/Cargo.toml @@ -49,7 +49,7 @@ futures.workspace = true indexmap.workspace = true metrics.workspace = true nom = { version = "7", optional = true } -ordered-float = { version = "4.3.0", default-features = false } +ordered-float = { version = "4.4.0", default-features = false } paste = "1.0.15" pin-project.workspace = true ryu = { version = "1", default-features = false } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index e05a2611520af..e2299fccead8d 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -35,7 +35,7 @@ metrics-tracing-context.workspace = true metrics-util.workspace = true mlua = { version = "0.9.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true } no-proxy = { version = "0.3.5", default-features = false, features = ["serialize"] } -ordered-float = { version = "4.3.0", default-features = false } +ordered-float = { version = "4.4.0", default-features = false } openssl = { version = "0.10.67", default-features = false, features = ["vendored"] } parking_lot = { version = "0.12.3", default-features = false } pin-project.workspace = true