From 8ae18365252caf45447f468d5ad51af5e27cd2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 01:39:11 +0000 Subject: [PATCH] build(deps): bump the prod-dependencies group with 1 update (#38) Bumps the prod-dependencies group with 1 update: [walkdir](https://github.com/BurntSushi/walkdir). Updates `walkdir` from 2.4.0 to 2.5.0 - [Commits](https://github.com/BurntSushi/walkdir/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: walkdir dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- game_library/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d37e98..e7835e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4704,9 +4704,9 @@ checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" [[package]] name = "walkdir" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", diff --git a/game_library/Cargo.toml b/game_library/Cargo.toml index d3ea94b..f5c287c 100644 --- a/game_library/Cargo.toml +++ b/game_library/Cargo.toml @@ -16,7 +16,7 @@ serde = "1.0.197" serde_default_utils = "0.2.1" serde_yaml = "0.9.32" tracing = "0.1.40" -walkdir = "2.4.0" +walkdir = "2.5.0" bevy_rapier2d = { version = "0.24.0", features = [ "parallel", "debug-render-2d",