deno/cli/util
林炳权 2080669943
chore: update to Rust 1.72 (#20258)
<!--
Before submitting a PR, please read https://deno.com/manual/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->

As the title.

---------

Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2023-08-26 22:04:12 -06:00
..
progress_bar fix(npm): show a progress bar when initializing the node_modules folder (#18136) 2023-03-13 18:18:29 +00:00
checksum.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
console.rs refactor(runtime): factor out deno_io extension crate (#18001) 2023-03-05 00:39:48 +00:00
diff.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
display.rs chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
draw_thread.rs chore(cli): remove atty crate (#20275) 2023-08-25 07:43:07 -06:00
file_watcher.rs chore(cli): remove atty crate (#20275) 2023-08-25 07:43:07 -06:00
fs.rs fix(ext/web): add stream tests to detect v8slice split bug (#20253) 2023-08-23 17:03:05 -06:00
glob.rs fix(lsp): don't pre-load documents matched in the config file's "exclude" (#19431) 2023-06-13 15:48:53 -04:00
logger.rs chore: disable rustls logging (#19859) 2023-07-17 16:49:03 -06:00
mod.rs fix(lsp): don't pre-load documents matched in the config file's "exclude" (#19431) 2023-06-13 15:48:53 -04:00
path.rs refactor: use "deno_config" crate (#20260) 2023-08-24 11:21:34 +02:00
sync.rs fix(npm): do not "npm install" when npm specifier happens to match package.json entry (#18660) 2023-04-11 18:10:51 -04:00
text_encoding.rs refactor(core): Improve ergonomics of managing ASCII strings (#18498) 2023-04-04 06:46:31 -06:00
time.rs chore: update chrono dependency (#19943) 2023-07-26 01:40:09 +00:00
unix.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
v8.rs chore: update to Rust 1.72 (#20258) 2023-08-26 22:04:12 -06:00
windows.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00