diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,5 +8,5 @@ http = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" time = { version = "0.3", features = ["formatting", "macros", "parsing", "serde"] } -trakt-core = { path = "trakt-core", version = "0.2.0" } -trakt-macros = { path = "trakt-macros", version = "0.1.3" } +trakt-core = { path = "trakt-core", version = "0.2.1" } +trakt-macros = { path = "trakt-macros", version = "0.1.4" } |