1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Merge branch 'master' into master

This commit is contained in:
Paxton21 2024-05-06 22:11:06 -05:00 committed by GitHub
commit cb6433ccce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View File

@ -59,7 +59,7 @@ jobs:
timeout-minutes: 10
- name: Install cargo-ci-cache-clean
uses: taiki-e/install-action@v2.33.9
uses: taiki-e/install-action@v2.33.17
with:
tool: cargo-ci-cache-clean

View File

@ -64,7 +64,7 @@ jobs:
timeout-minutes: 10
- name: Install cargo-ci-cache-clean
uses: taiki-e/install-action@v2.33.9
uses: taiki-e/install-action@v2.33.17
with:
tool: cargo-ci-cache-clean

10
Cargo.lock generated
View File

@ -2016,9 +2016,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.37"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
@ -4787,9 +4787,9 @@ dependencies = [
[[package]]
name = "minijinja-autoreload"
version = "1.0.15"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ac7ba0efa1529330f706f6895617480ca4a9ee0a5f11fd89250a19df5d9307f"
checksum = "5d734de43ac09c38de7a53b552dff044a01d6c374831efa489cdc456f72907bc"
dependencies = [
"minijinja",
"notify 5.2.0",
@ -8231,7 +8231,7 @@ version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if 1.0.0",
"cfg-if 0.1.10",
"rand 0.8.5",
"static_assertions",
]