Skip to content

Commit a105591

Browse files
authored
Merge pull request #362 from integer32llc/maint
Maintenance
2 parents bfa88ad + 226bd18 commit a105591

File tree

4 files changed

+388
-372
lines changed

4 files changed

+388
-372
lines changed

compiler/base/Cargo.toml

Lines changed: 37 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ incremental = false
1212

1313
[dependencies]
1414
adler32 = "=1.0.3"
15-
aho-corasick = "=0.6.5"
15+
aho-corasick = "=0.6.6"
1616
ansi_term = "=0.11.0"
1717
arrayvec = "=0.4.7"
1818
atty = "=0.2.10"
@@ -25,13 +25,12 @@ bitflags = "=1.0.3"
2525
build_const = "=0.2.1"
2626
byteorder = "=1.2.3"
2727
bytes = "=0.4.8"
28-
cc = "=1.0.17"
28+
cc = "=1.0.18"
2929
cfg-if = "=0.1.4"
3030
chrono = "=0.4.4"
3131
clap = "=2.32.0"
3232
cloudabi = "=0.0.3"
3333
color_quant = "=1.0.1"
34-
cookie = "=0.10.1"
3534
crc = "=1.8.1"
3635
crossbeam = "=0.3.2"
3736
crossbeam-deque = "=0.3.1"
@@ -42,8 +41,7 @@ csv-core = "=0.1.4"
4241
data-encoding = "=2.1.1"
4342
debug_unreachable = "=0.1.1"
4443
deflate = "=0.7.18"
45-
docopt = "=1.0.0"
46-
dtoa = "=0.4.2"
44+
dtoa = "=0.4.3"
4745
either = "=1.5.0"
4846
encoding_rs = "=0.7.2"
4947
env_logger = "=0.5.10"
@@ -58,52 +56,52 @@ foreign-types-shared = "=0.1.1"
5856
fuchsia-zircon = "=0.3.3"
5957
fuchsia-zircon-sys = "=0.3.3"
6058
futf = "=0.1.4"
61-
futures = "=0.1.21"
59+
futures = "=0.1.23"
6260
futures-cpupool = "=0.1.8"
6361
gcc = "=0.3.54"
64-
getopts = "=0.2.17"
62+
getopts = "=0.2.18"
6563
gif = "=0.10.0"
6664
glob = "=0.2.11"
6765
h2 = "=0.1.10"
6866
html5ever = "=0.18.0"
6967
http = "=0.1.7"
7068
httparse = "=1.3.2"
7169
humantime = "=1.1.1"
72-
hyper = "=0.12.5"
70+
hyper = "=0.12.6"
7371
hyper-tls = "=0.1.3"
74-
idna = "=0.1.4"
72+
idna = "=0.1.5"
7573
image = "=0.19.0"
7674
indexmap = "=1.0.1"
7775
inflate = "=0.4.3"
7876
iovec = "=0.1.2"
7977
itertools = "=0.7.8"
80-
itoa = "=0.4.1"
78+
itoa = "=0.4.2"
8179
jpeg-decoder = "=0.1.15"
8280
kernel32-sys = "=0.2.2"
8381
language-tags = "=0.2.2"
84-
lazy_static = "=1.0.1"
82+
lazy_static = "=1.0.2"
8583
lazycell = "=1.0.0"
8684
libc = "=0.2.42"
87-
libflate = "=0.1.15"
85+
libflate = "=0.1.16"
8886
libz-sys = "=1.0.18"
8987
log = "=0.4.3"
9088
lzw = "=0.10.0"
9189
mac = "=0.1.1"
9290
markup5ever = "=0.3.2"
93-
matches = "=0.1.6"
91+
matches = "=0.1.7"
9492
memchr = "=2.0.1"
9593
memmap = "=0.6.2"
9694
memoffset = "=0.2.1"
97-
mime = "=0.3.7"
98-
mime_guess = "=2.0.0-alpha.5"
95+
mime = "=0.3.8"
96+
mime_guess = "=2.0.0-alpha.6"
9997
miniz-sys = "=0.1.10"
100-
mio = "=0.6.14"
98+
mio = "=0.6.15"
10199
miow = "=0.2.1"
102100
native-tls = "=0.1.5"
103101
net2 = "=0.2.33"
104102
new_debug_unreachable = "=1.0.1"
105103
nodrop = "=0.1.12"
106-
num = "=0.1.42"
104+
num = "=0.2.0"
107105
num-bigint = "=0.2.0"
108106
num-complex = "=0.2.0"
109107
num-derive = "=0.2.2"
@@ -119,23 +117,23 @@ phf = "=0.7.22"
119117
phf_codegen = "=0.7.22"
120118
phf_generator = "=0.7.22"
121119
phf_shared = "=0.7.22"
122-
pkg-config = "=0.3.11"
120+
pkg-config = "=0.3.12"
123121
png = "=0.12.0"
124122
precomputed-hash = "=0.1.1"
125-
proc-macro2 = "=0.4.6"
123+
proc-macro2 = "=0.4.8"
126124
quick-error = "=1.2.2"
127125
quote = "=0.6.3"
128-
rand = "=0.5.3"
126+
rand = "=0.5.4"
129127
rand_core = "=0.2.1"
130-
rayon = "=1.0.1"
131-
rayon-core = "=1.4.0"
132-
regex = "=1.0.1"
133-
regex-syntax = "=0.6.1"
128+
rayon = "=1.0.2"
129+
rayon-core = "=1.4.1"
130+
regex = "=1.0.2"
131+
regex-syntax = "=0.6.2"
134132
relay = "=0.1.1"
135133
remove_dir_all = "=0.5.1"
136134
reqwest = "=0.8.6"
137-
ring = "=0.12.1"
138-
rustc-demangle = "=0.1.8"
135+
ring = "=0.13.2"
136+
rustc-demangle = "=0.1.9"
139137
rustc-serialize = "=0.3.24"
140138
rustc_version = "=0.2.2"
141139
safemem = "=0.2.0"
@@ -147,15 +145,15 @@ scopeguard = "=0.3.3"
147145
select = "=0.4.2"
148146
semver = "=0.9.0"
149147
semver-parser = "=0.7.0"
150-
serde = "=1.0.68"
151-
serde_derive = "=1.0.68"
148+
serde = "=1.0.70"
149+
serde_derive = "=1.0.70"
152150
serde_derive_internals = "=0.23.1"
153-
serde_json = "=1.0.22"
151+
serde_json = "=1.0.24"
154152
serde_urlencoded = "=0.5.2"
155153
siphasher = "=0.2.2"
156154
slab = "=0.4.0"
157-
smallvec = "=0.6.2"
158-
string = "=0.1.0"
155+
smallvec = "=0.6.3"
156+
string = "=0.1.1"
159157
string_cache = "=0.6.2"
160158
string_cache_codegen = "=0.4.1"
161159
string_cache_shared = "=0.3.0"
@@ -181,13 +179,13 @@ tokio = "=0.1.7"
181179
tokio-codec = "=0.1.0"
182180
tokio-core = "=0.1.17"
183181
tokio-executor = "=0.1.2"
184-
tokio-fs = "=0.1.1"
182+
tokio-fs = "=0.1.2"
185183
tokio-io = "=0.1.7"
186184
tokio-proto = "=0.1.1"
187185
tokio-reactor = "=0.1.2"
188186
tokio-service = "=0.1.0"
189187
tokio-tcp = "=0.1.0"
190-
tokio-threadpool = "=0.1.4"
188+
tokio-threadpool = "=0.1.5"
191189
tokio-timer = "=0.2.4"
192190
tokio-tls = "=0.1.4"
193191
tokio-udp = "=0.1.1"
@@ -204,26 +202,26 @@ unicode-width = "=0.1.5"
204202
unicode-xid = "=0.1.0"
205203
unix_socket = "=0.5.0"
206204
unreachable = "=1.0.0"
207-
untrusted = "=0.5.1"
208-
url = "=1.7.0"
205+
untrusted = "=0.6.2"
206+
url = "=1.7.1"
209207
utf-8 = "=0.7.2"
210208
utf8-ranges = "=1.0.0"
211209
vcpkg = "=0.2.4"
212210
vec_map = "=0.8.1"
213-
version_check = "=0.1.3"
211+
version_check = "=0.1.4"
214212
void = "=1.0.2"
215213
walkdir = "=2.1.4"
216-
want = "=0.0.5"
214+
want = "=0.0.6"
217215
winapi = "=0.3.5"
218216
winapi-build = "=0.1.1"
219217
winapi-i686-pc-windows-gnu = "=0.4.0"
220218
winapi-x86_64-pc-windows-gnu = "=0.4.0"
221219
wincolor = "=0.1.6"
222220
ws2_32-sys = "=0.2.1"
223-
xattr = "=0.2.1"
221+
xattr = "=0.2.2"
224222

225223
[dependencies.syn]
226-
version = "=0.14.2"
224+
version = "=0.14.4"
227225
features = ["extra-traits", "fold", "full", "visit", "visit-mut"]
228226

229227
[dependencies.uuid]

0 commit comments

Comments
 (0)