diff --git a/Cargo.lock b/Cargo.lock index 2bd2acfd542eb..d51254c019a3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4125,9 +4125,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" +checksum = "761cde40c27e2a9877f8c928fd248b7eec9dd48623dd514b256858ca593fbba7" [[package]] name = "infer" diff --git a/Cargo.toml b/Cargo.toml index a78817b1b0c4b..52f14a6dd4243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -271,7 +271,7 @@ hyper-openssl = { version = "0.9.2", default-features = false } hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] } indexmap = { version = "~2.0.0", default-features = false, features = ["serde", "std"] } infer = { version = "0.14.0", default-features = false, optional = true} -indoc = { version = "2.0.1", default-features = false } +indoc = { version = "2.0.2", default-features = false } inventory = { version = "0.3.6", default-features = false } k8s-openapi = { version = "0.18.0", default-features = false, features = ["api", "v1_26"], optional = true } kube = { version = "0.82.0", default-features = false, features = ["client", "openssl-tls", "runtime"], optional = true } diff --git a/lib/k8s-e2e-tests/Cargo.toml b/lib/k8s-e2e-tests/Cargo.toml index fd1a5aa7ab672..b30a085499078 100644 --- a/lib/k8s-e2e-tests/Cargo.toml +++ b/lib/k8s-e2e-tests/Cargo.toml @@ -15,7 +15,7 @@ regex = "1" reqwest = { version = "0.11.18", features = ["json"] } serde_json = "1" tokio = { version = "1.29.0", features = ["full"] } -indoc = "2.0.1" +indoc = "2.0.2" env_logger = "0.10" tracing = { version = "0.1", features = ["log"] } rand = "0.8" diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index ed243d3e368ec..31e9c4c94123d 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -33,4 +33,4 @@ chrono = { version = "0.4.6", default-features = false, features = ["serde"] } clap = { version = "4.1.14", default-features = false, features = ["derive"] } url = { version = "2.4.0", default-features = false } uuid = { version = "1", default-features = false, features = ["serde", "v4"] } -indoc = { version = "2.0.1", default-features = false } +indoc = { version = "2.0.2", default-features = false }