Skip to content

Commit 60bb597

Browse files
committed
upgrade low-risk deps
1 parent a5be00b commit 60bb597

File tree

5 files changed

+43
-33
lines changed

5 files changed

+43
-33
lines changed

Cargo.lock

Lines changed: 34 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ freeze-stdlib = ["rustpython-vm/freeze-stdlib"]
2121

2222
[dependencies]
2323
log = "0.4"
24-
env_logger = "0.6"
24+
env_logger = "0.7"
2525
clap = "2.33"
2626
rustpython-compiler = {path = "compiler", version = "0.1.1"}
2727
rustpython-parser = {path = "parser", version = "0.1.1"}

compiler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ itertools = "0.8.0"
1313
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
1414
rustpython-parser = { path = "../parser", version = "0.1.1" }
1515
num-complex = { version = "0.2", features = ["serde"] }
16-
log = "0.3"
17-
arrayvec = "0.4"
16+
log = "0.4"
17+
arrayvec = "0.5"

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ log="0.4.1"
1717
regex = "1"
1818
num-bigint = "0.2"
1919
num-traits = "0.2"
20-
unicode-xid = "0.1.0"
20+
unicode-xid = "0.2.0"
2121
unic-emoji-char = "0.9.0"
2222
wtf8 = "0.0.3"

vm/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ num-rational = "0.2.2"
3232
num-iter = "0.1.39"
3333
rand = "0.7"
3434
rand_distr = "0.2"
35-
log = "0.3"
35+
log = "0.4"
3636
rustpython-derive = {path = "../derive", version = "0.1.1"}
3737
rustpython-parser = {path = "../parser", optional = true, version = "0.1.1"}
3838
rustpython-compiler = {path = "../compiler", optional = true, version = "0.1.1"}
@@ -45,23 +45,23 @@ rustc_version_runtime = "0.1.*"
4545
statrs = "0.12.0"
4646
caseless = "0.2.1"
4747
chrono = "=0.4.7"
48-
unicode-xid = "0.1.0"
48+
unicode-xid = "0.2.0"
4949
lazy_static = "^1.0.1"
5050
lexical = "2.0.0"
5151
itertools = "^0.8.0"
52-
hex = "0.3.2"
52+
hex = "0.4.0"
5353
hexf-parse = "0.1.0"
5454
indexmap = "1.0.2"
5555
crc = "^1.0.0"
5656
unicode_categories = "0.1.1"
57-
unicode_names2 = "0.2.2"
57+
unicode_names2 = "0.3.0"
5858
unicode-casing = "0.1.0"
5959
unic = "0.9.0"
6060
maplit = "1.0"
6161
proc-macro-hack = { version = "0.5", optional = true }
6262
bitflags = "1.1"
6363
libc = "0.2"
64-
nix = "0.14.1"
64+
nix = "0.15.0"
6565
wtf8 = "0.0.3"
6666
arr_macro = "0.1.2"
6767
csv = "1.1.1"

0 commit comments

Comments
 (0)