Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: bump env_logger to avoid using atty #178

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

Angelmmiguel
Copy link
Contributor

Update env_logger to 0.10.0 to stop using atty. This library is still used by the JavaScript QuickJS engine, but as a build-dependency so it's fine:

$ cargo tree -i -p atty

atty v0.2.14
├── clap v3.2.25
│   └── bindgen v0.60.1
│       [build-dependencies]
│       └── quickjs-wasm-sys v1.0.0
│           └── quickjs-wasm-rs v1.0.0
│               └── javy v1.0.0
│                   └── wasm-workers-quick-js-engine v0.1.0 (/Users/dangel/Workspace/octo/webassembly-functionless/kits/javascript)
└── env_logger v0.9.3
    └── bindgen v0.60.1 (*)

It closes #170

@Angelmmiguel Angelmmiguel added the 🚀 enhancement New feature or request label Jul 12, 2023
@Angelmmiguel Angelmmiguel added this to the v1.4.0 milestone Jul 12, 2023
@Angelmmiguel Angelmmiguel requested a review from a team July 12, 2023 09:30
@Angelmmiguel Angelmmiguel self-assigned this Jul 12, 2023
@Angelmmiguel Angelmmiguel merged commit 5f2d167 into main Jul 12, 2023
@Angelmmiguel Angelmmiguel deleted the 170-update-env-logger branch July 14, 2023 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade env_logger to avoid the atty crate
2 participants