Remove chrono and replace with time (#298)

This commit is contained in:
Philip Kristoffersen
2022-12-31 09:01:44 +01:00
committed by GitHub
parent e63a29bfa6
commit bc97e851ec
4 changed files with 65 additions and 340 deletions
+3 -5
View File
@@ -1,11 +1,10 @@
[package]
edition = "2021"
name = "boilr"
version = "1.7.14"
version = "1.7.15"
[dependencies]
base64 = "^0.20.0"
chrono = "^0.4.23"
config = "^0.13.3"
copypasta = "^0.8.1"
flate2 = "^1.0.25"
@@ -20,6 +19,7 @@ sysinfo = "^0.27.1"
eyre = "^0.6.8"
color-eyre = "^0.6.2"
dyn-clone = "^1.0.10"
time = {version="^0.3.17", features = ["formatting"]}
[target."cfg(not(windows))".dependencies]
openssl = { version = "*", features = ["vendored"] }
@@ -57,8 +57,6 @@ version = "^1.23.0"
[dependencies.toml]
version = "^0.5.10"
[target]
[target."cfg(windows)"]
[target."cfg(windows)".build-dependencies]
winres = "^0.1.12"
@@ -69,4 +67,4 @@ sqlite = "^0.30.3"
[features]
# This feature is enabled when building for a flatpak environment
flatpak = []
flatpak = []