Skip to content

Commit

Permalink
Merge branch 'master' into session-deadpool_redis-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
0rangeFox authored Jan 22, 2024
2 parents b8b2dee + 1934457 commit 30b7402
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
toolchain: nightly

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.25.2
uses: taiki-e/install-action@v2.25.10
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
toolchain: nightly

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.25.2
uses: taiki-e/install-action@v2.25.10
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.25.2
uses: taiki-e/install-action@v2.25.10
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.25.2
uses: taiki-e/install-action@v2.25.10
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down
2 changes: 1 addition & 1 deletion actix-cors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ smallvec = "1"

[dev-dependencies]
actix-web = { version = "4", default-features = false, features = ["macros"] }
env_logger = "0.10"
env_logger = "0.11"
regex = "1.4"
2 changes: 1 addition & 1 deletion actix-identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ actix-http = "3"
actix-web = { version = "4", default-features = false, features = ["macros", "cookies", "secure-cookies"] }
actix-session = { version = "0.9", features = ["redis-rs-session", "cookie-session"] }

env_logger = "0.10"
env_logger = "0.11"
reqwest = { version = "0.11", default-features = false, features = ["cookies", "json"] }
uuid = { version = "1", features = ["v4"] }
2 changes: 1 addition & 1 deletion actix-redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ actix-web = { version = "4", default-features = false, optional = true }
[dev-dependencies]
actix-test = "0.1.0-beta.12"
actix-web = { version = "4", default-features = false, features = ["macros"] }
env_logger = "0.10"
env_logger = "0.11"
serde = { version = "1.0.101", features = ["derive"] }
2 changes: 1 addition & 1 deletion actix-session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ deadpool-redis = { version = "0.14", optional = true }
actix-session = { path = ".", features = ["cookie-session", "redis-actor-session", "redis-rs-session"] }
actix-test = "0.1.0-beta.10"
actix-web = { version = "4", default-features = false, features = ["cookies", "secure-cookies", "macros"] }
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion actix-settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ toml = "0.8"

[dev-dependencies]
actix-web = "4"
env_logger = "0.10"
env_logger = "0.11"

0 comments on commit 30b7402

Please sign in to comment.