about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-08-20 10:46:35 -0700
committerEric Huss <eric@huss.org>2019-08-20 10:46:35 -0700
commit7d92cf4826706669c7e1938fb879d91f572b717a (patch)
treefb3002cf2fa4d6331d19c804edc8acc54d98e170 /src/bootstrap
parent51879c3abaedb926739095d19a2af638ee6a07d8 (diff)
downloadrust-7d92cf4826706669c7e1938fb879d91f572b717a.tar.gz
rust-7d92cf4826706669c7e1938fb879d91f572b717a.zip
Bump toml dependency.
Just removing an old/duplicated dependency from the workspace.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml
index 589ee9276a5..c27c318f5ad 100644
--- a/src/bootstrap/Cargo.toml
+++ b/src/bootstrap/Cargo.toml
@@ -44,7 +44,7 @@ cc = "1.0.35"
 libc = "0.2"
 serde = { version = "1.0.8", features = ["derive"] }
 serde_json = "1.0.2"
-toml = "0.4"
+toml = "0.5"
 lazy_static = "1.3.0"
 time = "0.1"
 petgraph = "0.4.13"