Skip to content

Commit

Permalink
Merge pull request #391 from kivikakk/dependabot/cargo/xdg-2.5.2
Browse files Browse the repository at this point in the history
build(deps): bump xdg from 2.4.1 to 2.5.2
  • Loading branch information
gjtorikian authored May 1, 2024
2 parents ec6536b + 0be7755 commit 73255c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 66 deletions.
70 changes: 5 additions & 65 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cli = ["clap", "shell-words", "xdg", "in-place"]
shortcodes = ["emojis"]

[target.'cfg(all(not(windows), not(target_arch="wasm32")))'.dependencies]
xdg = { version = "^2.1", optional = true }
xdg = { version = "^2.5", optional = true }

[target.'cfg(target_arch="wasm32")'.dependencies]
syntect = { version = "5.0", optional = true, default-features = false, features = [
Expand Down

0 comments on commit 73255c9

Please sign in to comment.