Skip to content

Commit b6ed870

Browse files
Bump env_logger from 0.9.0 to 0.11.8
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.0 to 0.11.8. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.9.0...v0.11.8) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c11e795 commit b6ed870

File tree

6 files changed

+82
-30
lines changed

6 files changed

+82
-30
lines changed

Cargo.lock

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

fortanix-vme/aws-nitro-enclaves/eif-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ categories = ["command-line-utilities"]
1616
[dependencies]
1717
clap = "2.34"
1818
elf = "0.0.10"
19-
env_logger = "0.9"
19+
env_logger = "0.11"
2020
log = "0.4"
2121
nitro-cli = { git = "https://github.com/aws/aws-nitro-enclaves-cli.git", rev = "v1.4.2" }

fortanix-vme/fortanix-vme-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Fortanix, Inc."]
66

77
[dependencies]
88
clap = { version = "4.0", features = ["derive"] }
9-
env_logger = "0.9.0"
9+
env_logger = "0.11.8"
1010
fnv = "1.0.7"
1111
fortanix-vme-abi = { path = "../fortanix-vme-abi", features = ["std"] }
1212
fortanix-vme-eif = { path = "../fortanix-vme-eif" }

intel-sgx/dcap-provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ crate-type = ["cdylib"]
3939

4040
# External dependencies
4141
byteorder = "1.1.0" # Unlicense/MIT
42-
env_logger = "0.9" # MIT/Apache-2.0
42+
env_logger = "0.11" # MIT/Apache-2.0
4343
lazy_static = "1" # MIT/Apache-2.0
4444
log = "0.4" # MIT/Apache-2.0
4545
reqwest = { version = "0.12", features = ["blocking"] } # MIT/Apache-2.0

intel-sgx/ias/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ client-certificate = ["reqwest/native-tls"]
3636
[dev-dependencies]
3737
lazy_static = "1"
3838
tokio = { version = "1", features = ["macros"] }
39-
env_logger = "0.9.0"
39+
env_logger = "0.11.8"
4040

4141
[target.'cfg(not(target_env="sgx"))'.dev-dependencies]
4242
clap = "2.34.0"

intel-sgx/sgxs-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ anyhow = "1.0" # MIT/Apache-2.0
4444
thiserror = "1.0" # MIT/Apache-2.0
4545
crypto-hash = "0.3" # MIT
4646
log = "0.4" # MIT/Apache-2.0
47-
env_logger = "0.9" # MIT/Apache-2.0
47+
env_logger = "0.11" # MIT/Apache-2.0
4848
yansi = "0.5" # MIT/Apache-2.0
4949
atty = "0.2" # MIT
5050
quote = "0.6" # MIT/Apache-2.0

0 commit comments

Comments
 (0)