Skip to content

Commit 183b354

Browse files
Bump num from 0.2.1 to 0.4.0
Bumps [num](https://github.com/rust-num/num) from 0.2.1 to 0.4.0. - [Changelog](https://github.com/rust-num/num/blob/master/RELEASES.md) - [Commits](rust-num/num@num-0.2.1...num-0.4.0) --- updated-dependencies: - dependency-name: num dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97f1f5c commit 183b354

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

Cargo.lock

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

intel-sgx/dcap-ql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ anyhow = "1.0" # MIT/Apache-2.0
4646
lazy_static = "1" # MIT/Apache-2.0
4747
libc = { version = "0.2", optional = true } # MIT/Apache-2.0
4848
mbedtls = { version = ">=0.12.0, <0.14.0", default-features = false, features = ["std", "x509"], optional = true }
49-
num = { version = "0.2", optional = true }
49+
num = { version = "0.4", optional = true }
5050
num-derive = "0.2" # MIT/Apache-2.0
5151
num-traits = "0.2" # MIT/Apache-2.0
5252
serde = { version = "1.0.104", features = ["derive"], optional = true } # MIT/Apache-2.0

intel-sgx/pcs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ b64-ct = "0.1.3"
3434
failure = "0.1.1"
3535
anyhow = { version = "1", optional = true }
3636
quick-error = "1.2.3"
37-
num = "0.2"
37+
num = "0.4"
3838
mbedtls = { version = "0.13.1", features = ["std", "time"], default-features = false, optional = true }
3939

4040
[dev-dependencies]

intel-sgx/sgxs-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lazy_static = "1" # MIT/Apache-2.0
3737
clap = "2.34.0" # MIT
3838
reqwest = { version = "0.12", features = ["blocking", "json"] } # MIT/Apache-2.0
3939
regex = "1" # MIT/Apache-2.0
40-
num = "0.2" # MIT/Apache-2.0
40+
num = "0.4" # MIT/Apache-2.0
4141
byteorder = "1.1.0" # Unlicense/MIT
4242
openssl = "0.10" # Apache-2.0
4343
anyhow = "1.0" # MIT/Apache-2.0

0 commit comments

Comments
 (0)