Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ismael González <ismgonval@gmail.com>
  • Loading branch information
ismaelgv committed Jun 12, 2022
1 parent 2339ed2 commit 62d8128
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 105 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# v0.4.1 (2022-06-12)
### Fixed
* Upgrade dependencies to fix some possible security issues.

# v0.4.0 (2021-12-06)
### Added
* New `to-ascii` command to translate UTF-8 file names to ASCII
Expand Down
170 changes: 66 additions & 104 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
@@ -1,6 +1,6 @@
[package]
name = "rnr"
version = "0.4.0"
version = "0.4.1"
authors = ["Ismael González Valverde <ismgonval@gmail.com>"]
description = """
RnR is a command-line tool to rename multiple files and directories that
Expand Down

0 comments on commit 62d8128

Please sign in to comment.