From 5676ef51ce4629648e50bcbf3c26abd84dd91aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:45:36 +0000 Subject: [PATCH] chore(deps): bump axoasset from 0.10.0 to 0.10.1 Bumps [axoasset](https://github.com/axodotdev/axoasset) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/axodotdev/axoasset/releases) - [Changelog](https://github.com/axodotdev/axoasset/blob/main/CHANGELOG.md) - [Commits](https://github.com/axodotdev/axoasset/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: axoasset dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9867e66..2dd2d0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,9 +38,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axoasset" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16c9c37631b93b983fc2adfc5616df4f6839d6d8d5fbcac00a748b54880d2c7e" +checksum = "324ff9901b842d132aad26d113d5ecbed193a97ea263dfe531296b026de9ff80" dependencies = [ "camino", "miette 7.2.0",