hyperion101010

Untitled

Jan 2nd, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.66 KB | None | 0 0
  1. @ -1,23 +1,23 @@
  2.  [[package]]
  3.  name = "Inflector"
  4. -version = "0.11.2"
  5. +version = "0.11.3"
  6.  source = "registry+https://github.com/rust-lang/crates.io-index"
  7.  dependencies = [
  8. - "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  9. - "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  10. + "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  11. + "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  12.  ]
  13.  
  14.  [[package]]
  15.  name = "adler32"
  16. -version = "1.0.2"
  17. +version = "1.0.3"
  18.  source = "registry+https://github.com/rust-lang/crates.io-index"
  19.  
  20.  [[package]]
  21.  name = "aho-corasick"
  22. -version = "0.6.8"
  23. +version = "0.6.9"
  24.  source = "registry+https://github.com/rust-lang/crates.io-index"
  25.  dependencies = [
  26. - "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  27. + "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  28.  ]
  29.  
  30.  [[package]]
  31. @@ -30,7 +30,7 @@
  32.  
  33.  [[package]]
  34.  name = "app_units"
  35. -version = "0.7.0"
  36. +version = "0.7.1"
  37.  source = "registry+https://github.com/rust-lang/crates.io-index"
  38.  dependencies = [
  39.   "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  40. @@ -48,15 +48,15 @@
  41.  
  42.  [[package]]
  43.  name = "arrayref"
  44. -version = "0.3.4"
  45. +version = "0.3.5"
  46.  source = "registry+https://github.com/rust-lang/crates.io-index"
  47.  
  48.  [[package]]
  49.  name = "arrayvec"
  50. -version = "0.4.6"
  51. +version = "0.4.10"
  52.  source = "registry+https://github.com/rust-lang/crates.io-index"
  53.  dependencies = [
  54. - "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  55. + "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
  56.  ]
  57.  
  58.  [[package]]
  59. @@ -69,7 +69,7 @@
  60.  
  61.  [[package]]
  62.  name = "atomic_refcell"
  63. -version = "0.1.0"
  64. +version = "0.1.3"
  65.  source = "registry+https://github.com/rust-lang/crates.io-index"
  66.  
  67.  [[package]]
  68. @@ -77,7 +77,7 @@
  69.  version = "0.2.11"
  70.  source = "registry+https://github.com/rust-lang/crates.io-index"
  71.  dependencies = [
  72. - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
  73. + "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
  74.   "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  75.   "winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
  76.  ]
  77. @@ -86,20 +86,20 @@
  78.  name = "audioipc"
  79.  version = "0.2.4"
  80.  dependencies = [
  81. - "bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  82. - "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
  83. - "cubeb 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  84. + "bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  85. + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
  86. + "cubeb 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  87.   "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  88. - "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
  89. + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
  90.   "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  91. - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
  92. - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
  93. + "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
  94. + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  95.   "memmap 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  96. - "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  97. + "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  98.   "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
  99. - "serde_derive 1.0.80 (git+https://github.com/servo/serde?branch=deserialize_from_enums9)",
  100. + "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
  101.   "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
  102. - "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  103. + "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  104.   "tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  105.  ]
  106.  
  107. @@ -108,12 +108,12 @@
  108.  version = "0.4.0"
  109.  dependencies = [
  110.   "audioipc 0.2.4",
  111. - "cubeb-backend 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  112. - "foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  113. - "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
  114. + "cubeb-backend 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  115. + "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  116. + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
  117.   "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  118. - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
  119. - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
  120. + "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
  121. + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  122.   "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
  123.   "tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  124.  ]
  125. @@ -123,58 +123,64 @@
  126.  version = "0.2.3"
  127.  dependencies = [
  128.   "audioipc 0.2.4",
  129. - "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
  130. - "cubeb-core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  131. + "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
  132. + "cubeb-core 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  133.   "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  134. - "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
  135. + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
  136.   "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  137. - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
  138. - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
  139. + "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
  140. + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  141.   "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  142.   "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
  143.   "tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  144.  ]
  145.  
  146.  [[package]]
  147. +name = "autocfg"
  148. +version = "0.1.1"
  149. +source = "registry+https://github.com/rust-lang/crates.io-index"
  150. +
  151. +[[package]]
  152.  name = "backtrace"
  153. -version = "0.3.9"
  154. +version = "0.3.13"
  155.  source = "registry+https://github.com/rust-lang/crates.io-index"
  156.  dependencies = [
  157. - "backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
  158. - "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  159. - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
  160. - "rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  161. + "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  162. + "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
  163. + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
  164. + "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
  165. + "rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
  166.   "winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
  167.  ]
  168.  
  169.  [[package]]
  170.  name = "backtrace-sys"
  171. -version = "0.1.24"
  172. +version = "0.1.28"
  173.  source = "registry+https://github.com/rust-lang/crates.io-index"
  174.  dependencies = [
  175. - "cc 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)",
  176. - "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
  177. + "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
  178. + "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
  179.  ]
  180.  
  181.  [[package]]
  182.  name = "baldrdash"
  183.  version = "0.1.0"
  184.  dependencies = [
  185. - "bindgen 0.43.0 (registry+https://github.com/rust-lang/crates.io-index)",
  186. + "bindgen 0.43.2 (registry+https://github.com/rust-lang/crates.io-index)",
  187.   "cranelift-codegen 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
  188.   "cranelift-wasm 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
  189. - "env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
  190. - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
  191. + "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
  192. + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  193.   "target-lexicon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  194.  ]
  195.  
  196.  [[package]]
  197.  name = "base64"
  198. -version = "0.9.2"
  199. +version = "0.9.3"
  200.  source = "registry+https://github.com/rust-lang/crates.io-index"
  201.  dependencies = [
  202. - "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  203. - "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  204. + "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
  205. + "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  206.  ]
  207.  
  208.  [[package]]
  209. @@ -195,39 +201,39 @@
  210.  version = "0.1.1"
  211.  dependencies = [
  212.   "binjs_meta 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  213. - "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
  214. - "env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
  215. - "itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
  216. - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
  217. + "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
  218. + "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
  219. + "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
  220. + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  221.   "webidl 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  222.   "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  223.  ]
  224.  
  225.  [[package]]
  226.  name = "bincode"
  227. -version = "1.0.0"
  228. +version = "1.0.1"
  229.  source = "registry+https://github.com/rust-lang/crates.io-index"
  230.  dependencies = [
  231. - "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  232. + "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
  233.   "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
  234.  ]
  235.  
  236.  [[package]]
  237.  name = "bindgen"
  238. -version = "0.43.0"
  239. +version = "0.43.2"
  240.  source = "registry+https://github.com/rust-lang/crates.io-index"
  241.  dependencies = [
  242.   "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  243.   "cexpr 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  244. - "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  245. - "clang-sys 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)",
  246. - "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
  247. - "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  248. + "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
  249. + "clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)",
  250. + "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
  251. + "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  252.   "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  253.   "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  254.   "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  255. - "regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  256. - "which 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  257. + "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  258. + "which 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
  259.  ]
  260.  
  261.  [[package]]
  262. @@ -235,9 +241,9 @@
  263.  version = "0.4.3"
  264.  source = "registry+https://github.com/rust-lang/crates.io-index"
  265.  dependencies = [
  266. - "Inflector 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
  267. - "itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
  268. - "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
  269. + "Inflector 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
  270. + "itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
  271. + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  272.   "webidl 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  273.  ]
  274.  
  275. @@ -261,7 +267,7 @@
  276.  
  277.  [[package]]
  278.  name = "bitreader"
  279. :
Add Comment
Please, Sign In to add comment