Skip to content

Commit b879574

Browse files
committed
Update dependencies
Closes #74
1 parent 26ea7bb commit b879574

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ nightly = []
1616
stderr = []
1717

1818
[dependencies]
19-
log = { version = "^0.4.17", features = ["std"] }
20-
time = { version = "^0.3.16", features = ["formatting", "local-offset", "macros"], optional = true }
21-
colored = { version = "2", optional = true }
19+
log = { version = "^0.4.28", features = ["std"] }
20+
time = { version = "^0.3.44", features = ["formatting", "local-offset", "macros"], optional = true }
21+
colored = { version = "^3.0.0", optional = true }
2222

2323
[target.'cfg(windows)'.dependencies]
24-
windows-sys = { version = "^0.48.0", features = ["Win32_System_Console", "Win32_Foundation"] }
24+
windows-sys = { version = "^0.61.2", features = ["Win32_System_Console", "Win32_Foundation"] }
2525

2626
[[example]]
2727
name = "colors"

0 commit comments

Comments
 (0)