about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/Cargo.toml
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2019-10-14 00:37:55 +0100
committervarkor <github@varkor.com>2019-10-25 23:26:27 +0100
commitb925eb5f42a70a481ae75495c25818c1cc4cea46 (patch)
tree5379d14156a40815d28bc23eaade05b4e6cc8354 /src/librustc_codegen_ssa/Cargo.toml
parent8042206657314dc5470fca8ce6ad82424034f40c (diff)
downloadrust-b925eb5f42a70a481ae75495c25818c1cc4cea46.tar.gz
rust-b925eb5f42a70a481ae75495c25818c1cc4cea46.zip
Update bitflags
Diffstat (limited to 'src/librustc_codegen_ssa/Cargo.toml')
-rw-r--r--src/librustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_ssa/Cargo.toml b/src/librustc_codegen_ssa/Cargo.toml
index 6992f93d999..051b1e25234 100644
--- a/src/librustc_codegen_ssa/Cargo.toml
+++ b/src/librustc_codegen_ssa/Cargo.toml
@@ -10,7 +10,7 @@ path = "lib.rs"
 test = false
 
 [dependencies]
-bitflags = "1.0.4"
+bitflags = "1.2.1"
 cc = "1.0.1"
 num_cpus = "1.0"
 memmap = "0.6"