From f9622d03ee61422f0c02a174606f6a0fbe5f359b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:22:14 +0000 Subject: [PATCH] chore(deps): Bump indexmap from 2.4.0 to 2.5.0 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.4.0 to 2.5.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 48 +++++++++++++++++++------------------- Cargo.toml | 2 +- lib/file-source/Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9693d8ed1575..4a15fdd06f991 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -464,7 +464,7 @@ dependencies = [ "fnv", "futures-util", "http 1.1.0", - "indexmap 2.4.0", + "indexmap 2.5.0", "mime", "multer", "num-traits", @@ -514,7 +514,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69117c43c01d81a69890a9f5dd6235f2f027ca8d1ec62d6d3c5e01ca0edb4f2b" dependencies = [ "bytes 1.7.1", - "indexmap 2.4.0", + "indexmap 2.5.0", "serde", "serde_json", ] @@ -3429,7 +3429,7 @@ dependencies = [ "flate2", "futures 0.3.30", "glob", - "indexmap 2.4.0", + "indexmap 2.5.0", "libc", "quickcheck", "scan_fmt", @@ -3909,7 +3909,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.9", - "indexmap 2.4.0", + "indexmap 2.5.0", "slab", "tokio", "tokio-util", @@ -3928,7 +3928,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.1.0", - "indexmap 2.4.0", + "indexmap 2.5.0", "slab", "tokio", "tokio-util", @@ -4617,9 +4617,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" dependencies = [ "equivalent", "hashbrown 0.14.5", @@ -5466,7 +5466,7 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb791d015f8947acf5a7f62bd28d00f289bb7ea98cfbe3ffec1d061eee12df12" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "itoa", "lockfree-object-pool", "metrics", @@ -5487,7 +5487,7 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "hashbrown 0.14.5", - "indexmap 2.4.0", + "indexmap 2.5.0", "metrics", "num_cpus", "ordered-float 4.2.2", @@ -6607,7 +6607,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.4.0", + "indexmap 2.5.0", ] [[package]] @@ -7065,7 +7065,7 @@ dependencies = [ name = "prometheus-parser" version = "0.1.0" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "nom", "num_enum 0.7.3", "prost 0.12.6", @@ -8497,7 +8497,7 @@ version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "itoa", "memchr", "ryu", @@ -8595,7 +8595,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.4.0", + "indexmap 2.5.0", "serde", "serde_derive", "serde_json", @@ -8645,7 +8645,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "itoa", "ryu", "serde", @@ -9632,7 +9632,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "toml_datetime", "winnow 0.5.18", ] @@ -9643,7 +9643,7 @@ version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "toml_datetime", "winnow 0.5.18", ] @@ -9654,7 +9654,7 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "toml_datetime", "winnow 0.5.18", ] @@ -9665,7 +9665,7 @@ version = "0.22.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "serde", "serde_spanned", "toml_datetime", @@ -10338,7 +10338,7 @@ dependencies = [ "dunce", "glob", "hex", - "indexmap 2.4.0", + "indexmap 2.5.0", "indicatif", "itertools 0.13.0", "log", @@ -10440,7 +10440,7 @@ dependencies = [ "hyper 0.14.28", "hyper-openssl", "hyper-proxy", - "indexmap 2.4.0", + "indexmap 2.5.0", "indoc", "infer 0.16.0", "inventory", @@ -10625,7 +10625,7 @@ dependencies = [ "crossbeam-utils", "derivative", "futures 0.3.30", - "indexmap 2.4.0", + "indexmap 2.5.0", "metrics", "nom", "ordered-float 4.2.2", @@ -10656,7 +10656,7 @@ dependencies = [ "chrono-tz", "encoding_rs", "http 0.2.9", - "indexmap 2.4.0", + "indexmap 2.5.0", "inventory", "no-proxy", "num-traits", @@ -10727,7 +10727,7 @@ dependencies = [ "headers", "http 0.2.9", "hyper-proxy", - "indexmap 2.4.0", + "indexmap 2.5.0", "ipnet", "metrics", "metrics-tracing-context", @@ -10959,7 +10959,7 @@ dependencies = [ "hostname 0.4.0", "iana-time-zone", "idna 0.5.0", - "indexmap 2.4.0", + "indexmap 2.5.0", "indoc", "influxdb-line-protocol", "itertools 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index ae4a6c2b351a6..55cc458001c05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,7 +132,7 @@ members = [ [workspace.dependencies] chrono = { version = "0.4.38", default-features = false, features = ["clock", "serde"] } clap = { version = "4.5.16", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] } -indexmap = { version = "2.4.0", default-features = false, features = ["serde", "std"] } +indexmap = { version = "2.5.0", default-features = false, features = ["serde", "std"] } metrics = "0.22.3" metrics-tracing-context = { version = "0.15.0", default-features = false } metrics-util = { version = "0.16.3", default-features = false, features = ["registry"] } diff --git a/lib/file-source/Cargo.toml b/lib/file-source/Cargo.toml index bb7dcab6ce6ee..6b24e90f596e9 100644 --- a/lib/file-source/Cargo.toml +++ b/lib/file-source/Cargo.toml @@ -39,7 +39,7 @@ default-features = false features = [] [dependencies.indexmap] -version = "2.2.6" +version = "2.5.0" default-features = false features = ["serde"]