Przeglądaj źródła

Update dependancies

Sam Clements 10 lat temu
rodzic
commit
053c0036c0
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      Cargo.toml

+ 3 - 3
Cargo.toml

@@ -1,11 +1,11 @@
 [package]
 name = "simple_logger"
-version = "0.1.0"
+version = "0.1.1"
 license = "MIT"
 authors = ["Sam Clements <sam@borntyping.co.uk>"]
 description = "A logger that prints all messages with a readable output format"
 repository = "https://github.com/borntyping/rust-simple_logger"
 
 [dependencies]
-log = "~0.2.5"
-time = "~0.1.19"
+log = "^0.3.0"
+time = "^0.1.21"