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

chore: upgrade to reqwest 0.12.4 and rustls 0.22 #24056

Merged
merged 40 commits into from
Jun 13, 2024

Commits on May 30, 2024

  1. wip

    bartlomieju committed May 30, 2024
    Configuration menu
    Copy the full SHA
    db0d2d2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. got to deno_kv

    bartlomieju committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6f2b292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0996394 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d515e01 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    7429a83 View commit details
    Browse the repository at this point in the history
  2. upgrade webpki-roots, fix syntax

    ry committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d3bfbd3 View commit details
    Browse the repository at this point in the history
  3. wip

    ry committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6389b1f View commit details
    Browse the repository at this point in the history
  4. progress

    bartlomieju committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    23b7ef1 View commit details
    Browse the repository at this point in the history
  5. clippy passes!

    bartlomieju committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b452d2a View commit details
    Browse the repository at this point in the history
  6. checkout wpt

    bartlomieju committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c95b074 View commit details
    Browse the repository at this point in the history
  7. Address some todos

    bartlomieju committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4c433a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    697683b View commit details
    Browse the repository at this point in the history
  2. fix tls_key_for_test

    ry committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    feeb37f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa685f4 View commit details
    Browse the repository at this point in the history
  4. fix after merge

    bartlomieju committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c94f0f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    983a92f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. fix some fetch tests

    bartlomieju committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a85e876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cbe97c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffde125 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dbe70e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    bf81190 View commit details
    Browse the repository at this point in the history
  2. bump hyper

    bartlomieju committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    92e8d4b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    9dfb0ec View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. wip

    bartlomieju committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    3f0781e View commit details
    Browse the repository at this point in the history
  2. wip

    bartlomieju committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    ea11005 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    a335c98 View commit details
    Browse the repository at this point in the history
  2. remove file

    bartlomieju committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    49456f9 View commit details
    Browse the repository at this point in the history
  3. remove broken tests

    bartlomieju committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c47d685 View commit details
    Browse the repository at this point in the history
  4. bump

    bartlomieju committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1fbd503 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7737ac0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73a2c33 View commit details
    Browse the repository at this point in the history
  7. revert

    bartlomieju committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d15c9f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    80e7946 View commit details
    Browse the repository at this point in the history
  2. bump denokv

    bartlomieju committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3b3260b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1252adf View commit details
    Browse the repository at this point in the history
  4. update tls code

    bartlomieju committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    fa416d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    530c46a View commit details
    Browse the repository at this point in the history
  2. Update ext/tls/testdata/README

    Co-authored-by: Divy Srivastava <[email protected]>
    Signed-off-by: Ryan Dahl <[email protected]>
    ry and littledivy committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3111746 View commit details
    Browse the repository at this point in the history
  3. Update tests/util/server/src/https.rs

    Co-authored-by: Divy Srivastava <[email protected]>
    Signed-off-by: Bartek Iwańczuk <[email protected]>
    bartlomieju and littledivy committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3cf9d35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20d2e4e View commit details
    Browse the repository at this point in the history