aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'steamworks-sys/Cargo.toml')
-rw-r--r--steamworks-sys/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml
index 168d2fb..e46410d 100644
--- a/steamworks-sys/Cargo.toml
+++ b/steamworks-sys/Cargo.toml
@@ -19,12 +19,12 @@ docs-only = []
[dependencies]
-libc = "0.2.36"
+libc = "0.2.50"
[build-dependencies]
-cc = "1.0.4"
-bindgen = "0.36.0"
-serde = "1.0.37"
-serde_derive = "1.0.37"
-serde_json = "1.0.14"
+cc = "1.0.31"
+bindgen = {git = "https://github.com/rust-lang/rust-bindgen.git"} # "0.48.1"
+serde = "1.0.89"
+serde_derive = "1.0.89"
+serde_json = "1.0.39"