diff --git a/Cargo.lock b/Cargo.lock index 7435003..87502c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2418,9 +2418,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7160199..1fc68aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ nu-plugin = "0.102.0" nu-protocol = { version = "0.102.0", features = [ "plugin" ] } prometheus-http-query = "0.8.3" reqwest = { version = "0.12.5", features = [ "native-tls" ] } -tokio = { version ="1.43.0", features = [ "macros", "rt" ] } +tokio = { version ="1.43.1", features = [ "macros", "rt" ] } [dev-dependencies] rstest = { version = "0.24", default-features = false }