Skip to content

Commit

Permalink
Update configparser to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 24, 2021
1 parent d74468f commit a551c0f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 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 @@ -50,7 +50,7 @@ walkdir = "2.3.1"
zip = "0.5.5"
thiserror = "1.0.24"
dirs = { version = "4.0.0", optional = true }
configparser = { version = "2.0.0", optional = true }
configparser = { version = "3.0.0", optional = true }
fs-err = "2.5.0"
fat-macho = { version = "0.4.4", default-features = false }
once_cell = "1.7.2"
Expand Down

0 comments on commit a551c0f

Please sign in to comment.