Skip to content

Commit 14cfe7f

Browse files
committed
Bump version and update dependencies
1 parent ebdb0f5 commit 14cfe7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple_logger"
3-
version = "3.0.0"
3+
version = "4.0.0"
44
license = "MIT"
55
authors = ["Sam Clements <[email protected]>"]
66
description = "A logger that prints all messages with a readable output format"
@@ -16,13 +16,13 @@ nightly = []
1616
stderr = []
1717

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

2323
[target.'cfg(windows)'.dependencies]
24-
atty = "0.2.13"
25-
windows-sys = { version = "0.42.0", features = ["Win32_System_Console", "Win32_Foundation"] }
24+
atty = "^0.2.14"
25+
windows-sys = { version = "^0.42.0", features = ["Win32_System_Console", "Win32_Foundation"] }
2626

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

0 commit comments

Comments
 (0)