Skip to content

Commit c412a55

Browse files
committed
Update dependencies
1 parent e85ac14 commit c412a55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ path = "src/lib.rs"
1717

1818
[dependencies]
1919
slog = "2"
20-
regex = { version = "0.2", optional = true }
20+
regex = { version = "1.2", optional = true }
2121
slog-term = "2"
22-
slog-stdlog = "3"
22+
slog-stdlog = "4"
2323
slog-scope = "4"
2424
slog-async = "2"
25-
log = "0.3.6"
25+
log = "0.4"
2626

2727
[dev-dependencies]
2828
slog-async = "2"

0 commit comments

Comments
 (0)