Skip to content

Commit 2307b23

Browse files
Pin dependencies (#1190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3771a9c commit 2307b23

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: cp CNAME ./site/
1818
- run: touch site/.nojekyll
1919

20-
- uses: actions/[email protected]
20+
- uses: actions/upload-pages-artifact@66b63f4a7de003f4f00cc8e9af4b83b8f2abdb96 # v1.0.9
2121
with:
2222
path: site
2323

@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- id: deployment
36-
uses: actions/[email protected]
36+
uses: actions/deploy-pages@ee48c7b82e077d7b8ef30b50a719e6a792a50c9a # v2.0.2
3737

3838
environment:
3939
name: github-pages

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ name = "blog"
99
path = "src/blog.rs"
1010

1111
[dependencies]
12-
color-eyre = "0.6.2"
13-
eyre = "0.6.8"
14-
handlebars = { version = "3", features = ["dir_source"] }
15-
lazy_static = "1.4.0"
16-
serde = "1.0"
17-
serde_derive = "1.0"
18-
serde_yaml = "0.8"
19-
serde_json = "1.0"
12+
color-eyre = "=0.6.2"
13+
eyre = "=0.6.8"
14+
handlebars = { version = "=3.5.5", features = ["dir_source"] }
15+
lazy_static = "=1.4.0"
16+
serde = "=1.0.116"
17+
serde_derive = "=1.0.116"
18+
serde_yaml = "=0.8.13"
19+
serde_json = "=1.0.57"
2020
comrak = "0.13"
21-
rayon = "1.8.0"
22-
regex = "1.10"
23-
sass-rs = "0.2"
24-
chrono = "0.4"
21+
rayon = "=1.8.0"
22+
regex = "=1.10.2"
23+
sass-rs = "=0.2.2"
24+
chrono = "=0.4.19"
2525

2626
[workspace]
2727
members = ["serve"]

serve/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77

88
[dependencies]
99
blog = { path = ".." }
10-
warpy = "0.2.1"
11-
tokio = "1.0"
10+
warpy = "=0.2.1"
11+
tokio = "=1.18.5"

0 commit comments

Comments
 (0)