diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd7a14d8..9d485ab1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - rust_versions: ["stable", "1.57"] + rust_versions: ["stable", "1.60"] os: [ubuntu-latest, windows-latest] steps: - name: Checkout the source code @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust_versions: ["stable", "1.57"] + rust_versions: ["stable", "1.60"] steps: - name: Checkout the source code uses: actions/checkout@master diff --git a/Cargo.toml b/Cargo.toml index 8819a2bc..24f0a26d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ chrono = { version = "0.4", optional = true } flate2 = { version = "1.0", optional = true } fnv = "1.0" humantime = { version = "2.0", optional = true } -log = { version = "=0.4.17", features = ["std"] } +log = { version = "0.4.20", features = ["std"] } log-mdc = { version = "0.1", optional = true } serde = { version = "1.0", optional = true, features = ["derive"] } serde-value = { version = "0.7", optional = true } diff --git a/README.md b/README.md index d3574138..f0b47c8b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ fn main() { ## Rust Version Requirements -1.57 +1.60 ## Building for Dev