about summary refs log tree commit diff
path: root/build_sysroot
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-07-09 13:13:29 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-07-09 13:13:29 +0200
commitbbe8bedd2a2bccad4aea0dc072a68474da67bfd4 (patch)
tree2d111d2608776f9bec6966cacaabb63c2cbcfa65 /build_sysroot
parent6089a68718075da126794ae9c78911a9fa27f069 (diff)
downloadrust-bbe8bedd2a2bccad4aea0dc072a68474da67bfd4.tar.gz
rust-bbe8bedd2a2bccad4aea0dc072a68474da67bfd4.zip
Rustup to rustc 1.46.0-nightly (8aa18cbdc 2020-07-08)
Diffstat (limited to 'build_sysroot')
-rw-r--r--build_sysroot/Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock
index f7bd624a014..2975e8acf69 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -25,9 +25,9 @@ checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
 
 [[package]]
 name = "backtrace"
-version = "0.3.49"
+version = "0.3.50"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "05100821de9e028f12ae3d189176b41ee198341eb8f369956407fea2f5cc666c"
+checksum = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293"
 dependencies = [
  "backtrace-sys",
  "cfg-if",
@@ -51,9 +51,9 @@ dependencies = [
 
 [[package]]
 name = "cc"
-version = "1.0.57"
+version = "1.0.58"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fde55d2a2bfaa4c9668bbc63f531fbdeee3ffe188f4662511ce2c22b3eedebe"
+checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
 
 [[package]]
 name = "cfg-if"
@@ -124,9 +124,9 @@ dependencies = [
 
 [[package]]
 name = "hermit-abi"
-version = "0.1.14"
+version = "0.1.15"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909"
+checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
 dependencies = [
  "compiler_builtins",
  "libc",
@@ -135,9 +135,9 @@ dependencies = [
 
 [[package]]
 name = "libc"
-version = "0.2.71"
+version = "0.2.72"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
+checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"
 dependencies = [
  "rustc-std-workspace-core",
 ]