diff --git a/Cargo.lock b/Cargo.lock index d83e1d213d7e7..19823f4df4992 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2927,7 +2927,7 @@ dependencies = [ "once_cell", "proc-macro2 1.0.63", "quote 1.0.29", - "syn 2.0.10", + "syn 2.0.23", ] [[package]] @@ -4126,9 +4126,9 @@ checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" [[package]] name = "infer" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbb78f4c4a058ef30a9ff77322e758f7e60f871274b602d7fdc1b0956b0cb88e" +checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" [[package]] name = "inotify" @@ -9260,7 +9260,7 @@ dependencies = [ "hyper-proxy", "indexmap 2.0.0", "indoc", - "infer 0.14.0", + "infer 0.15.0", "inventory", "itertools 0.11.0", "k8s-openapi 0.18.0", diff --git a/Cargo.toml b/Cargo.toml index b2bf3eccbe315..dd3768f8f69eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -270,7 +270,7 @@ hyper = { version = "0.14.27", 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 = "~2.0.0", default-features = false, features = ["serde", "std"] } -infer = { version = "0.14.0", default-features = false, optional = true} +infer = { version = "0.15.0", default-features = false, optional = true} indoc = { version = "2.0.2", default-features = false } inventory = { version = "0.3.8", default-features = false } k8s-openapi = { version = "0.18.0", default-features = false, features = ["api", "v1_26"], optional = true }