diff --git a/Cargo.lock b/Cargo.lock index b40e12810da99..2a39ea6ebd573 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4121,9 +4121,9 @@ checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" [[package]] name = "infer" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc" +checksum = "bbb78f4c4a058ef30a9ff77322e758f7e60f871274b602d7fdc1b0956b0cb88e" [[package]] name = "inotify" @@ -9172,7 +9172,7 @@ dependencies = [ "hyper-proxy", "indexmap", "indoc", - "infer 0.13.0", + "infer 0.14.0", "inventory", "itertools", "k8s-openapi 0.18.0", diff --git a/Cargo.toml b/Cargo.toml index d99eca59ae9e1..dc838a1ade3c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -265,7 +265,7 @@ hyper = { version = "0.14.26", default-features = false, features = ["client", " hyper-openssl = { version = "0.9.2", default-features = false } hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] } indexmap = { version = "~1.9.3", default-features = false, features = ["serde"] } -infer = { version = "0.13.0", default-features = false, optional = true} +infer = { version = "0.14.0", default-features = false, optional = true} indoc = { version = "2.0.1", 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 }