bump minimum version of Rust to 1.51

This commit is contained in:
Benjamin Fry 2021-10-27 16:43:30 -07:00
parent dc84d7f8f4
commit a775484ead
14 changed files with 18 additions and 17 deletions

View File

@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1.46.0', beta, nightly]
version: ['1.51.0', beta, nightly]
steps:
- uses: actions/checkout@v2

8
Cargo.lock generated
View File

@ -1203,9 +1203,9 @@ dependencies = [
[[package]]
name = "rusqlite"
version = "0.26.0"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e2aebd07fccf5c0d3f1458219965b0861d45f5db9f9b2617277fa7f85179213"
checksum = "8a82b0b91fad72160c56bf8da7a549b25d7c31109f52cc1437eac4c0ad2550a7"
dependencies = [
"bitflags",
"fallible-iterator",
@ -1449,9 +1449,9 @@ dependencies = [
[[package]]
name = "time"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde1cf55178e0293453ba2cca0d5f8392a922e52aa958aee9c28ed02becc6d03"
checksum = "99beeb0daeac2bd1e86ac2c21caddecb244b39a093594da1a661ec2060c7aedd"
dependencies = [
"itoa",
"libc",

View File

@ -1,3 +1,4 @@
[![minimum rustc: 1.51](https://img.shields.io/badge/minimum%20rustc-1.51-green?logo=rust)](https://www.whatrustisit.com)
[![Build Status](https://github.com/bluejekyll/trust-dns/workflows/test/badge.svg?branch=main)](https://github.com/bluejekyll/trust-dns/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/bluejekyll/trust-dns/branch/main/graph/badge.svg)](https://codecov.io/gh/bluejekyll/trust-dns)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT)
@ -172,7 +173,7 @@ presume that the trust-dns repos have already been synced to the local system:
### Minimum Rust Version
- The current minimum rustc version for this project is `1.46`
- The current minimum rustc version for this project is `1.51`
- OpenSSL development libraries (optional in client and resolver, min version 1.0.2)
### Mac OS X: using homebrew

View File

@ -44,7 +44,7 @@ Zones will be automatically resigned on any record updates via dynamic DNS. To e
## Minimum Rust Version
The current minimum rustc version for this project is `1.46`
The current minimum rustc version for this project is `1.51`
## Versioning

View File

@ -51,7 +51,7 @@ async fn main() {
## Minimum Rust Version
The current minimum rustc version for this project is `1.46`
The current minimum rustc version for this project is `1.51`
## Versioning

View File

@ -74,7 +74,7 @@ Zones will be automatically resigned on any record updates via dynamic DNS. To e
## Minimum Rust Version
The current minimum rustc version for this project is `1.46`
The current minimum rustc version for this project is `1.51`
## Versioning

View File

@ -6,7 +6,7 @@ This library allows for HTTPS connections to be established to remote DNS server
## Minimum Rust Version
The current minimum rustc version for this project is `1.46`
The current minimum rustc version for this project is `1.51`
## Versioning

View File

@ -6,7 +6,7 @@ This library allows for TLS connections to be established to remote DNS servers.
## Minimum Rust Version
The current minimum rustc version for this project is `1.46`
The current minimum rustc version for this project is `1.51`
## Versioning

View File

@ -6,7 +6,7 @@ This library allows for TLS connections to be established to remote DNS servers.
## Minimum Rust Version
The current minimum rustc version for this project is `1.46`
The current minimum rustc version for this project is `1.51`
## Versioning

View File

@ -4,7 +4,7 @@ Trust-DNS Proto is the foundational DNS protocol library and implementation for
## Minimum Rust Version
The current minimum rustc version for this project is `1.46`
The current minimum rustc version for this project is `1.51`
## Versioning

View File

@ -98,7 +98,7 @@ Success for query name: www.example.com. type: A class: IN
## Minimum Rust Version
The current minimum rustc version for this project is `1.46`
The current minimum rustc version for this project is `1.51`
## Versioning

View File

@ -8,7 +8,7 @@ This library allows for TLS connections to be established to remote DNS servers.
## Minimum Rust Version
The current minimum rustc version for this project is `1.46`
The current minimum rustc version for this project is `1.51`
## Versioning

View File

@ -84,7 +84,7 @@ h2 = { version = "0.3.0", features = ["stream"], optional = true }
http = { version = "0.2", optional = true }
log = "0.4"
openssl = { version = "0.10", features = ["v102", "v110"], optional = true }
rusqlite = { version = "0.26.0", features = ["bundled", "time"], optional = true }
rusqlite = { version = "0.26.1", features = ["bundled", "time"], optional = true }
rustls = { version = "0.19", optional = true }
serde = { version = "1.0.114", features = ["derive"] }
thiserror = "1.0.20"

View File

@ -24,7 +24,7 @@ This library contains basic implementations for DNS zone hosting. It is capable
## Minimum Rust Version
The current minimum rustc version for this project is `1.46`
The current minimum rustc version for this project is `1.51`
## Versioning