about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-08-21 11:52:21 +0200
committerGitHub <noreply@github.com>2019-08-21 11:52:21 +0200
commit61ae1ccb1412cd021f0f7ba670380961ced8c296 (patch)
treeacede05481f2445b912adc22daae97584a352dcb /src/bootstrap
parentd7c162aefd8bcb28a00be5dff019bf345e4ccbbe (diff)
parent7d92cf4826706669c7e1938fb879d91f572b717a (diff)
downloadrust-61ae1ccb1412cd021f0f7ba670380961ced8c296.tar.gz
rust-61ae1ccb1412cd021f0f7ba670380961ced8c296.zip
Rollup merge of #63753 - ehuss:bump-toml, r=Mark-Simulacrum
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"