aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/rust.yml2
-rw-r--r--Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5cb22b5..874cb21 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛒
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Toolchain 🧰
uses: actions-rs/toolchain@v1
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index bee025e..7c6f296 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛒
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Toolchain 🧰
uses: actions-rs/toolchain@v1
diff --git a/Cargo.toml b/Cargo.toml
index a4bebc5..d3908f5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ harness = false
structopt = "0.3.26"
# Utility
-rand = "0.8.4"
+rand = "0.8.5"
# Logging
log = "0.4.14"