Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Sep 19, 2024
1 parent 1d4b25c commit 837b34f
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/leetcode/0176.second-highest-salary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/0177.nth-highest-salary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/0511.game-play-analysis-i/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/0610.triangle-judgement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/0619.biggest-single-number/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/0620.not-boring-movies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/0627.swap-salary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/1068.product-sales-analysis-i/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/1075.project-employees-i/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/1084.sales-analysis-iii/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/1148.article-views-i/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/1179.reformat-department-table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/1251.average-selling-price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/1873.calculate-special-bonus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion src/leetcode/1890.the-latest-login-in-2020/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
diesel = { version = "2.2.2", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
diesel = { version = "2.2.4", default-features = false, features = [ "chrono", "postgres", "r2d2" ] }
dotenvy = "0.15.7"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down

0 comments on commit 837b34f

Please sign in to comment.