From 2bd5c1926d40f44ae348302ddcb359144c82184d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:35:09 +0000 Subject: [PATCH] build(deps): bump the rust-deps group with 1 update Bumps the rust-deps group with 1 update: [walkdir](https://github.com/BurntSushi/walkdir). - [Commits](https://github.com/BurntSushi/walkdir/compare/2.3.3...2.4.0) --- updated-dependencies: - dependency-name: walkdir dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e0db7d9..1f623f28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3613,9 +3613,9 @@ checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" [[package]] name = "walkdir" -version = "2.3.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" +checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" dependencies = [ "same-file", "winapi-util", diff --git a/Cargo.toml b/Cargo.toml index dd272192..4c5f9970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features = "registry", "fmt", ] } -walkdir = "2.3" +walkdir = "2.4" typstfmt_lib = { git = "https://github.com/astrale-sharp/typstfmt", tag = "0.2.2" } # jaeger