aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2021-02-27 11:30:36 +0000
committerMatthew Collins <[email protected]>2021-02-27 11:30:36 +0000
commitb8d16062278dc04e5f2322aa3ac01f3eb19d6f91 (patch)
treee93e9721518b870d66e0de7838c6846006271158 /Cargo.toml
parentSet version to 0.7.0 (diff)
downloadsteamworks-rs-b8d16062278dc04e5f2322aa3ac01f3eb19d6f91.tar.xz
steamworks-rs-b8d16062278dc04e5f2322aa3ac01f3eb19d6f91.zip
Fix doc builds
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3d59fec..52806e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,12 +25,12 @@ members = [
[dependencies]
steamworks-sys = {path = "./steamworks-sys", version = "0.7.0"}
-thiserror = "1.0"
-bitflags = "1.0.4"
-libc = "0.2.50"
-lazy_static = "1.3.0"
-serde = {version = "1.0", features = ["derive"], optional = true}
+thiserror = "1.0.24"
+bitflags = "1.2.1"
+libc = "0.2.86"
+lazy_static = "1.4.0"
+serde = { version = "1.0.123", features = ["derive"], optional = true }
[dev-dependencies]
-serial_test = "0.2.0"
-serial_test_derive = "0.2.0"
+serial_test = "0.5.1"
+serial_test_derive = "0.5.1"