[PR #1623] [MERGED] Update tokio in 0.20 (all deps) #2468

Closed
opened 2026-03-16 08:55:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1623
Author: @bluejekyll
Created: 2/1/2022
Status: Merged
Merged: 2/2/2022
Merged by: @bluejekyll

Base: release/0.20Head: update-rokio-in-0.20


📝 Commits (10+)

  • 82ca975 update test tls certs for 0.20 branch
  • 3b51e89 allow new clippy warnings in 0.20 2022-02-01
  • ff0db12 update minimum Rust version to 1.46 to be accurate to current build
  • b29723c update windows openssl to 1_1_1m
  • 42e723b backport chrono removal to 0.20 (do not promote)
  • 207c5a7 fixup No param option to Rusqlite to use [] instead of None
  • 8dfae22 update tokio dependecy to 1.16
  • bad5572 cherry-pick update to MSRV 1.51
  • 4042019 fix negative dnssec test after trust-dns.org zone change
  • 1584904 update all TLS certs for tests (do not promote)

📊 Changes

68 files changed (+496 additions, -462 deletions)

View changed files

📝 .github/workflows/test.yml (+3 -3)
📝 CHANGELOG.md (+12 -1)
📝 Cargo.lock (+59 -71)
📝 Makefile.toml (+1 -1)
📝 README.md (+2 -1)
📝 bin/Cargo.toml (+11 -11)
📝 bin/README.md (+1 -1)
📝 crates/async-std-resolver/Cargo.toml (+3 -3)
📝 crates/async-std-resolver/README.md (+1 -1)
📝 crates/client/Cargo.toml (+4 -4)
📝 crates/client/README.md (+1 -1)
📝 crates/client/src/lib.rs (+4 -2)
📝 crates/client/src/rr/dnssec/signer.rs (+3 -3)
📝 crates/https/Cargo.toml (+3 -3)
📝 crates/https/README.md (+1 -1)
📝 crates/https/src/lib.rs (+5 -1)
📝 crates/native-tls/Cargo.toml (+2 -2)
📝 crates/native-tls/README.md (+1 -1)
📝 crates/native-tls/src/lib.rs (+1 -0)
📝 crates/openssl/Cargo.toml (+2 -2)

...and 48 more files

📄 Description

fyi, @djc, I needed to bump the min version to 1.46 on the 0.20 branch for this, I don't think this is a big deal...

if this gets signed off on, I'll push the Cargo.toml changes for the version bump to this branch before merging to release/0.20

fixes: #1622


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1623 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 2/1/2022 **Status:** ✅ Merged **Merged:** 2/2/2022 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `release/0.20` ← **Head:** `update-rokio-in-0.20` --- ### 📝 Commits (10+) - [`82ca975`](https://github.com/hickory-dns/hickory-dns/commit/82ca975be0aaeff0d6d3e1a2b2374c949eed0d72) update test tls certs for 0.20 branch - [`3b51e89`](https://github.com/hickory-dns/hickory-dns/commit/3b51e891cad002d75befaea5ae1630df46af81d0) allow new clippy warnings in 0.20 2022-02-01 - [`ff0db12`](https://github.com/hickory-dns/hickory-dns/commit/ff0db12a98f23b704483c1b362ca59e74d63d080) update minimum Rust version to 1.46 to be accurate to current build - [`b29723c`](https://github.com/hickory-dns/hickory-dns/commit/b29723cb53c03e7bd682168b995c1a87e1dfcc5a) update windows openssl to 1_1_1m - [`42e723b`](https://github.com/hickory-dns/hickory-dns/commit/42e723b99e3563f083d9c8096b306d3adf7b929f) backport chrono removal to 0.20 (do not promote) - [`207c5a7`](https://github.com/hickory-dns/hickory-dns/commit/207c5a77baf228813c61e78894d5cdbd2a20bfca) fixup No param option to Rusqlite to use [] instead of None - [`8dfae22`](https://github.com/hickory-dns/hickory-dns/commit/8dfae223082e216354bade382a11465733276260) update tokio dependecy to 1.16 - [`bad5572`](https://github.com/hickory-dns/hickory-dns/commit/bad55725107090c7728fde0c4fe063afc3ea1c40) cherry-pick update to MSRV 1.51 - [`4042019`](https://github.com/hickory-dns/hickory-dns/commit/4042019963a415a35dc85981d7139e3c112d0c6d) fix negative dnssec test after trust-dns.org zone change - [`1584904`](https://github.com/hickory-dns/hickory-dns/commit/158490421f9caf05046caea48ffebc37a562a7c2) update all TLS certs for tests (do not promote) ### 📊 Changes **68 files changed** (+496 additions, -462 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+3 -3) 📝 `CHANGELOG.md` (+12 -1) 📝 `Cargo.lock` (+59 -71) 📝 `Makefile.toml` (+1 -1) 📝 `README.md` (+2 -1) 📝 `bin/Cargo.toml` (+11 -11) 📝 `bin/README.md` (+1 -1) 📝 `crates/async-std-resolver/Cargo.toml` (+3 -3) 📝 `crates/async-std-resolver/README.md` (+1 -1) 📝 `crates/client/Cargo.toml` (+4 -4) 📝 `crates/client/README.md` (+1 -1) 📝 `crates/client/src/lib.rs` (+4 -2) 📝 `crates/client/src/rr/dnssec/signer.rs` (+3 -3) 📝 `crates/https/Cargo.toml` (+3 -3) 📝 `crates/https/README.md` (+1 -1) 📝 `crates/https/src/lib.rs` (+5 -1) 📝 `crates/native-tls/Cargo.toml` (+2 -2) 📝 `crates/native-tls/README.md` (+1 -1) 📝 `crates/native-tls/src/lib.rs` (+1 -0) 📝 `crates/openssl/Cargo.toml` (+2 -2) _...and 48 more files_ </details> ### 📄 Description fyi, @djc, I needed to bump the min version to 1.46 on the 0.20 branch for this, I don't think this is a big deal... if this gets signed off on, I'll push the Cargo.toml changes for the version bump to this branch before merging to `release/0.20` fixes: #1622 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:55:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2468
No description provided.