diff --git a/Cargo.lock b/Cargo.lock index ce8b31e..6ad27fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2816,9 +2816,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 08e41ea..a10122f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0.208", features = ["derive"] } reqwest = { version = "0.12.5", features = ["json"] } serde_json = "1.0.125" serde_yaml = "0.9.34+deprecated" -tokio = { version = "1.39.2", features = ["macros", "rt"] } +tokio = { version = "1.39.3", features = ["macros", "rt"] } vaultrs = "0.7.2" url = "2.5.2"