diff --git a/Cargo.lock b/Cargo.lock index 9ac1ed8e80f35..2bd2acfd542eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5819,9 +5819,9 @@ dependencies = [ [[package]] name = "paste" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" +checksum = "b4b27ab7be369122c218afc2079489cdcb4b517c0a3fc386ff11e1fedfcc2b35" [[package]] name = "pbkdf2" diff --git a/Cargo.toml b/Cargo.toml index 9b476a54e3ced..a78817b1b0c4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -289,7 +289,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.12" +paste = "1.0.13" percent-encoding = { version = "2.3.0", default-features = false } pin-project = { version = "1.1.1", 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 24023729e5104..e1dda9e0fe039 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.0" nom = { version = "7", optional = true } ordered-float = { version = "3.7.0", default-features = false } -paste = "1.0.12" +paste = "1.0.13" pin-project = { version = "1.1.1", default-features = false } ryu = { version = "1", default-features = false } serde_json = { version = "1.0.99", default-features = false, features = ["std", "raw_value"] } diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 968c89eccb169..05f0e39c08be6 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.12" +paste = "1.0.13" regex = { version = "1.8.4", default-features = false, features = ["std", "perf"] } reqwest = { version = "0.11", features = ["json", "blocking"] } serde = { version = "1.0", features = ["derive"] }