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"] }