这是indexloc提供的服务,不要输入任何密码
Skip to content

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

3 participants