Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8989fc9

Browse files
authored
Merge pull request#1097 from sfackler/dependabot/cargo/env_logger-0.11
Update env_logger requirement from 0.10 to 0.11
2 parentse8f44ec +a92c6eb commit8989fc9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
-run:docker compose up -d
8383
-uses:sfackler/actions/rustup@master
8484
with:
85-
version:1.70.0
85+
version:1.71.0
8686
-run:echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
8787
id:rust-version
8888
-uses:actions/cache@v3

‎tokio-postgres/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ socket2 = { version = "0.5", features = ["all"] }
6767
[dev-dependencies]
6868
futures-executor ="0.3"
6969
criterion ="0.5"
70-
env_logger ="0.10"
70+
env_logger ="0.11"
7171
tokio = {version ="1.0",features = [
7272
"macros",
7373
"net",

‎tokio-postgres/tests/test/main.rs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ async fn custom_range() {
303303
}
304304

305305
#[tokio::test]
306+
#[allow(clippy::get_first)]
306307
asyncfnsimple_query(){
307308
let client =connect("user=postgres").await;
308309

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp