Skip to content

Commit

Permalink
chore(rust)(deps): update env_logger requirement in /wnfs
Browse files Browse the repository at this point in the history
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
- [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.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent aff9cf1 commit 6c11337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wnfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ wnfs-unixfs-file = { path = "../wnfs-unixfs-file", version = "=0.1.1" }
[dev-dependencies]
async-std = { version = "1.11", features = ["attributes"] }
bytes = "1.4.0"
env_logger = "0.10"
env_logger = "0.11"
fake = { version = "2.6.1", features = ["chrono"] }
insta = "1.30"
proptest = "1.1"
Expand Down

0 comments on commit 6c11337

Please sign in to comment.