Skip to content

Commit

Permalink
deps: allow newer versions of url, wild, and xdg crates
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Oct 19, 2023
1 parent 3a8e35d commit b55e9d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ chrono = { version = "0.4.*", features = ["unstable-locales"] }
chrono-humanize = "0.2"
unicode-width = "0.1.*"
lscolors = "0.14.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]
Expand Down

0 comments on commit b55e9d9

Please sign in to comment.