Update all dependencies (#329)

This commit is contained in:
Philip Kristoffersen
2023-02-02 22:32:58 +01:00
committed by GitHub
parent 27b429adcd
commit 4317ceaa5b
3 changed files with 63 additions and 10 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ name = "boilr"
version = "1.7.21"
[dependencies]
base64 = "^0.20.0"
base64 = "^0.21.0"
config = "^0.13.3"
copypasta = "^0.8.1"
flate2 = "^1.0.25"
@@ -56,7 +56,7 @@ features = ["full"]
version = "^1.23.1"
[dependencies.toml]
version = "^0.5.10"
version = "^0.7.1"
[target."cfg(windows)"]
[target."cfg(windows)".build-dependencies]
winres = "^0.1.12"