From ac66dc4dcb4b12fce43d37eb20d7885800f8d270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 04:15:53 +0000 Subject: [PATCH] chore(deps): Bump paste from 1.0.13 to 1.0.14 Bumps [paste](https://github.com/dtolnay/paste) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.13...1.0.14) --- updated-dependencies: - dependency-name: paste dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/vector-common/Cargo.toml | 2 +- vdev/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d27317918c9da..96f23552af42b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5857,9 +5857,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35" +checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "pbkdf2" diff --git a/Cargo.toml b/Cargo.toml index 02028496f3a0d..2e9d8192667c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -292,7 +292,7 @@ once_cell = { version = "1.18", default-features = false } openssl = { version = "0.10.55", default-features = false, features = ["vendored"] } openssl-probe = { version = "0.1.5", default-features = false } ordered-float = { version = "3.7.0", default-features = false } -paste = "1.0.13" +paste = "1.0.14" percent-encoding = { version = "2.3.0", default-features = false } pin-project = { version = "1.1.2", default-features = false } postgres-openssl = { version = "0.5.0", default-features = false, features = ["runtime"], optional = true } diff --git a/lib/vector-common/Cargo.toml b/lib/vector-common/Cargo.toml index 37bf23c864cd2..4562ae7db7df2 100644 --- a/lib/vector-common/Cargo.toml +++ b/lib/vector-common/Cargo.toml @@ -52,7 +52,7 @@ indexmap = { version = "~2.0.0", default-features = false, features = ["std"] } metrics = "0.21.1" nom = { version = "7", optional = true } ordered-float = { version = "3.7.0", default-features = false } -paste = "1.0.13" +paste = "1.0.14" pin-project = { version = "1.1.2", default-features = false } ryu = { version = "1", default-features = false } serde_json = { version = "1.0.102", default-features = false, features = ["std", "raw_value"] } diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index f96830b97e649..4e3e1e1610395 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -29,7 +29,7 @@ once_cell = "1.18" os_info = { version = "3.7.0", default-features = false } # watch https://github.com/epage/anstyle for official interop with Clap owo-colors = { version = "3.5.0", features = ["supports-colors"] } -paste = "1.0.13" +paste = "1.0.14" regex = { version = "1.9.1", default-features = false, features = ["std", "perf"] } reqwest = { version = "0.11", features = ["json", "blocking"] } serde = { version = "1.0", features = ["derive"] }