summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-27 17:10:02 +0000
committerDan Davison <dandavison7@gmail.com>2022-03-06 11:26:15 -0500
commit37000d560cccc6aa0ddffa1b4e516bc85bd197c2 (patch)
treef69557237db8c722900befe12f1544476cb22cf0 /Cargo.toml
parent08ff8dfefe978194ccfc4e8cb71e2d64e392d69a (diff)
Bump xdg from 2.4.0 to 2.4.1
Bumps [xdg](https://github.com/whitequark/rust-xdg) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/whitequark/rust-xdg/releases) - [Commits](https://github.com/whitequark/rust-xdg/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: xdg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 767b3ae4..d38f0bd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ smol_str = "0.1.21"
unicode-segmentation = "1.8.0"
unicode-width = "0.1.9"
vte = "0.10.1"
-xdg = "2.4.0"
+xdg = "2.4.1"
[dependencies.git2]
version = "0.13.23"