summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-24 06:43:42 +0000
committerGitHub <noreply@github.com>2023-07-24 06:43:42 +0000
commit8c2a708de497f81fddf0097c1f99f4a891bfe772 (patch)
tree95a06eb0a31e4ee2dd791d94b78ca1ce7de640c4
parentfdaf4bfe1d8b59b397b069429b48c655bfc358a8 (diff)
Bump xdg from 2.5.0 to 2.5.2dependabot/cargo/xdg-2.5.2
Bumps [xdg](https://github.com/whitequark/rust-xdg) from 2.5.0 to 2.5.2. - [Commits](https://github.com/whitequark/rust-xdg/compare/v2.5.0...v2.5.2) --- updated-dependencies: - dependency-name: xdg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 09425894..9531b1a5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -625,15 +625,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
[[package]]
-name = "home"
-version = "0.5.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
-dependencies = [
- "windows-sys 0.48.0",
-]
-
-[[package]]
name = "iana-time-zone"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1703,12 +1694,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "xdg"
-version = "2.5.0"
+version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "688597db5a750e9cad4511cb94729a078e274308099a0382b5b8203bbc767fee"
-dependencies = [
- "home",
-]
+checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
[[package]]
name = "yaml-rust"
diff --git a/Cargo.toml b/Cargo.toml
index 07e16293..86628439 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ syntect = "5.0.0"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
vte = "0.11.0"
-xdg = "2.4.1"
+xdg = "2.5.2"
[dependencies.git2]
version = "0.17.2"