diff options
| author | Nathan Perry <avaglir@gmail.com> | 2018-06-01 06:44:41 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2018-06-01 06:44:41 -0400 |
| commit | 21ce509ef21eb8f21c68173005f4f8fe537f7443 (patch) | |
| tree | 6e9f4ae02ed632d6d75031c9dd3d8270a049f7b4 /Cargo.toml | |
| parent | 413384896f66aeb2737f5f60433c2467d867fb36 (diff) | |
add a roll command, relax semver requirements on dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -10,16 +10,16 @@ default = ["diesel"] lazy_static = "1.0" failure = "0.1" log = "0.4" -typemap = "0.3.3" -url = "1.6.0" -dotenv = "0.11.0" -dotenv_codegen = "0.11.0" -chrono = "0.4.1" +typemap = "0.3" +url = "1.6" +dotenv = "0.11" +dotenv_codegen = "0.11" +chrono = "0.4" fern = { version = "0.5", features = ["colored"] } diesel = { version = "1.1", features = ["postgres", "chrono", "r2d2"], optional = true } ctrlc = { version = "3.0", features = ["termination"] } -rand = "0.5.0-pre.0" -either = "1.5.0" +rand = "0.5" +either = "1.5" reqwest = "0.8" sha1 = { version = "0.6.0", features = ["std"] } mime_guess = "1.8.4" |
