From 28708877e79e53d3b223adf9f065fa970abadb31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:29:16 +0000 Subject: [PATCH] Bump documents from 0.1.1 to 0.1.2 Bumps [documents](https://github.com/kdwk/documents) from 0.1.1 to 0.1.2. - [Commits](https://github.com/kdwk/documents/commits) --- updated-dependencies: - dependency-name: documents dependency-type: direct:production update-type: version-update:semver-patch ... 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 dc2cb98..4860fb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,9 +465,9 @@ dependencies = [ [[package]] name = "documents" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12a61a5194c54fe376fde5d38c241359d5bae1b01d35f9eb3ba21bd9c918af23" +checksum = "8cb75b641f715ee6d623986d7423d63223b39459431a0abb0c79d8ad5911b93c" dependencies = [ "directories", "extend", diff --git a/Cargo.toml b/Cargo.toml index 8541d27..e634242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ ashpd = "0.9.1" open = "5.1.2" extend = "1.2.0" tracker = "0.2.1" -documents = "0.1.1" +documents = "0.1.2"