Skip to content

Commit 6ca7bb0

Browse files
fix(deps): update all non-major dependencies
1 parent bfbc2fe commit 6ca7bb0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/docker-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ jobs:
2121
echo ::set-output name=tag::${GITHUB_REF_STRIPPED}
2222
- uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3
2323
- name: Cache Docker layers
24-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
24+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2525
with:
2626
path: /tmp/.buildx-cache
2727
key: ${{ runner.os }}-buildx-${{ github.sha }}
2828
restore-keys: |
2929
${{ runner.os }}-buildx-
3030
-
3131
name: Login to GitHub Container Registry
32-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
32+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3333
with:
3434
registry: ghcr.io
3535
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737
-
3838
name: Build and push
39-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
39+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
4040
with:
4141
push: true
4242
tags: ghcr.io/lunnova/no-more-mr-dice-guy:${{ steps.tagvars.outputs.tag }}

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19-
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
19+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2020
with:
2121
path: |
2222
~/.cargo/registry

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2021"
66

77
[dependencies]
88
tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] }
9-
rand = "0.8.5"
10-
rand_chacha = "0.3"
9+
rand = "0.9.0"
10+
rand_chacha = "0.9"
1111
meval = "0.2"
1212
lazy_static = "1.4"
1313
anyhow = "1"
@@ -19,7 +19,7 @@ tracing-subscriber = "0.3"
1919
tracing-futures = "0.2"
2020
regex = "1.9"
2121
num-traits = "0.2.16"
22-
itertools = "0.11.0"
22+
itertools = "0.14.0"
2323

2424
[dependencies.serenity]
2525
default-features = false
@@ -36,4 +36,4 @@ features = [
3636
"framework",
3737
"standard_framework",
3838
]
39-
version = "0.11.6"
39+
version = "0.12.0"

0 commit comments

Comments
 (0)