summaryrefslogtreecommitdiffstats
path: root/github_info
diff options
context:
space:
mode:
Diffstat (limited to 'github_info')
-rw-r--r--github_info/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/github_info/Cargo.toml b/github_info/Cargo.toml
index 59eb8a7..6be9c28 100644
--- a/github_info/Cargo.toml
+++ b/github_info/Cargo.toml
@@ -11,9 +11,9 @@ path = "src/lib_github.rs"
[dependencies]
repo_url = { git = "https://gitlab.com/crates.rs/repo_url.git" }
simple_cache = { git = "https://gitlab.com/crates.rs/simple_cache.git", version = "0.7.0" }
-serde = "1.0.53"
-serde_derive = "1.0.53"
-serde_json = "1.0.17"
+serde = "1.0.104"
+serde_derive = "1.0.104"
+serde_json = "1.0.44"
file = "1.1.2"
urlencoding = "1.0.0"
quick-error = "1.2.2"