From 90ac946b7d1d77dd95c9fae2cdae0bdad787a330 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 19 Oct 2023 22:23:24 +0200 Subject: [PATCH] deps: allow newer versions of url, wild, and xdg crates --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69c6e2acc..865cee4c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,13 +34,13 @@ chrono = { version = "0.4.*", features = ["unstable-locales"] } chrono-humanize = "0.2" unicode-width = "0.1.*" lscolors = "0.15.0" -wild = "2.0.*" +wild = "2.0" globset = "0.4.*" -xdg = "2.1.*" +xdg = "2.1" yaml-rust = "0.4.*" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" -url = "2.1.*" +url = "2.1" vsort = "0.2" [target."cfg(not(all(windows, target_arch = \"x86\", target_env = \"gnu\")))".dependencies]