Skip to content

Commit fcb5d32

Browse files
committed
Update dependency versions
1 parent fe6f32b commit fcb5d32

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ doctest = false
1919
features = ["private-docs-rs", "tensorflow_unstable", "ndarray", "eager"]
2020

2121
[dependencies]
22-
libc = "0.2.98"
23-
num-complex = { version = "0.4.0", default-features = false }
22+
libc = "0.2.132"
23+
num-complex = { version = "0.4.2", default-features = false }
2424
tensorflow-internal-macros = { version = "=0.0.3", path = "tensorflow-internal-macros" }
2525
tensorflow-sys = { version = "0.22.1", path = "tensorflow-sys" }
2626
byteorder = "1.4.3"
27-
crc = "2.0.0"
28-
half = "1.7.1"
27+
crc = "3.0.0"
28+
half = "2.1.0"
2929
# This is used internally but not intended to be exposed through the API.
3030
protobuf = "=2.27.1"
3131
# Enables conversions between ndarray::Array objects and tensorflow::Tensor
32-
ndarray = { version = "0.15.3", optional = true }
33-
rustversion = "1.0.5"
32+
ndarray = { version = "0.15.6", optional = true }
33+
rustversion = "1.0.9"
3434

3535
[dev-dependencies]
3636
random = "0.12.2"
37-
serial_test = "0.5.1"
37+
serial_test = "0.9.0"
3838

3939
[features]
4040
tensorflow_gpu = ["tensorflow-sys/tensorflow_gpu"]

tensorflow-proto-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors = ["Adam Crume <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
protoc-rust = "2.24.1"
8+
protoc-rust = "2.27.1"
99

1010
[workspace]

tensorflow-sys/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ edition = "2018"
1919
features = ["private-docs-rs"]
2020

2121
[dependencies]
22-
libc = "0.2.98"
23-
lazy_static = { version = "1.4", optional = true }
24-
libloading = { version = "0.7", optional = true }
25-
cfg-if = { version = "1.0", optional = true }
26-
log = { version = "0.4", optional = true }
22+
libc = "0.2.132"
23+
lazy_static = { version = "1.4.0", optional = true }
24+
libloading = { version = "0.7.3", optional = true }
25+
cfg-if = { version = "1.0.0", optional = true }
26+
log = { version = "0.4.17", optional = true }
2727

2828
[build-dependencies]
29-
curl = "0.4.38"
30-
flate2 = "1.0.20"
31-
pkg-config = "0.3.19"
32-
semver = "1.0.3"
33-
tar = "0.4.35"
29+
curl = "0.4.44"
30+
flate2 = "1.0.24"
31+
pkg-config = "0.3.25"
32+
semver = "1.0.13"
33+
tar = "0.4.38"
3434
zip = "0.6.2"
3535

3636
[features]

0 commit comments

Comments
 (0)