diff --git a/Cargo.lock b/Cargo.lock index 76f557baf7a8a..0f764510ffa51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10870,9 +10870,9 @@ dependencies = [ [[package]] name = "temp-dir" -version = "0.1.16" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83176759e9416cf81ee66cb6508dbfe9c96f20b8b56265a39917551c23c70964" +checksum = "016ef9739649996fcc983b9c588fe3d557cf216d4d98503ce1b057ab5a66d689" [[package]] name = "tempfile" diff --git a/lib/vector-buffers/Cargo.toml b/lib/vector-buffers/Cargo.toml index 04ad96436baf1..e9f529ca2cbb5 100644 --- a/lib/vector-buffers/Cargo.toml +++ b/lib/vector-buffers/Cargo.toml @@ -46,7 +46,7 @@ proptest = "1.10" quickcheck.workspace = true rand.workspace = true serde_yaml.workspace = true -temp-dir = "0.1.16" +temp-dir = "0.2.0" tokio-test.workspace = true tracing-fluent-assertions = { version = "0.3" } tracing-subscriber = { workspace = true, features = ["env-filter", "fmt", "registry", "std", "ansi"] }