Skip to content

Commit

Permalink
Merge pull request #1097 from sfackler/dependabot/cargo/env_logger-0.11
Browse files Browse the repository at this point in the history
Update env_logger requirement from 0.10 to 0.11
  • Loading branch information
sfackler authored Jan 23, 2024
2 parents e8f44ec + a92c6eb commit 8989fc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- run: docker compose up -d
- uses: sfackler/actions/rustup@master
with:
version: 1.70.0
version: 1.71.0
- run: echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
id: rust-version
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ socket2 = { version = "0.5", features = ["all"] }
[dev-dependencies]
futures-executor = "0.3"
criterion = "0.5"
env_logger = "0.10"
env_logger = "0.11"
tokio = { version = "1.0", features = [
"macros",
"net",
Expand Down
1 change: 1 addition & 0 deletions tokio-postgres/tests/test/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ async fn custom_range() {
}

#[tokio::test]
#[allow(clippy::get_first)]
async fn simple_query() {
let client = connect("user=postgres").await;

Expand Down

0 comments on commit 8989fc9

Please sign in to comment.