Projects STRLCPY deduplicator Commits ccff95df
🤬
  • build(deps): bump tokio from 1.23.0 to 1.23.1

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.0...tokio-1.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading...
  • dependabot[bot] committed with GitHub 1 year ago
    ccff95df
    1 parent ea6cf949
  • ■ ■ ■ ■ ■ ■
    Cargo.lock
    skipped 931 lines
    932 932   
    933 933  [[package]]
    934 934  name = "tokio"
    935  -version = "1.23.0"
     935 +version = "1.23.1"
    936 936  source = "registry+https://github.com/rust-lang/crates.io-index"
    937  -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
     937 +checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
    938 938  dependencies = [
    939 939   "autocfg",
    940 940   "bytes",
    skipped 201 lines
  • ■ ■ ■ ■
    Cargo.toml
    skipped 22 lines
    23 23  prettytable-rs = "0.10.0"
    24 24  rayon = "1.6.1"
    25 25  thiserror = "1.0.38"
    26  -tokio = { version = "1.23.0", features = ["full"] }
     26 +tokio = { version = "1.23.1", features = ["full"] }
    27 27  unicode-segmentation = "1.10.0"
    28 28   
Please wait...
Page is in error, reload to recover