Skip to content

Commit 1295da6

Browse files
keelerm84kakoc
andauthored
fix: Update aws-lc-rs from v1.13.3 to 1.14.1 (#128)
Co-authored-by: Konstantin Matsiushonak <[email protected]>
1 parent 90ddf72 commit 1295da6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Run CI
22
on:
33
push:
4-
branches: [ main, 'feat/**' ]
4+
branches: [main, "feat/**"]
55
paths-ignore:
6-
- '**.md' # Do not need to run CI for markdown changes.
6+
- "**.md" # Do not need to run CI for markdown changes.
77
pull_request:
8-
branches: [ main, 'feat/**' ]
8+
branches: [main, "feat/**"]
99
paths-ignore:
10-
- '**.md'
10+
- "**.md"
1111

1212
jobs:
1313
ci-build:
@@ -25,16 +25,16 @@ jobs:
2525
2626
- uses: ./.github/actions/ci
2727

28-
- name: 'Run contract tests with hyper_rustls'
28+
- name: "Run contract tests with hyper_rustls"
2929
uses: ./.github/actions/contract-tests
3030
with:
31-
tls_feature: 'rustls'
31+
tls_feature: "rustls"
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333

34-
- name: 'Run contract tests with hyper_tls'
34+
- name: "Run contract tests with hyper_tls"
3535
uses: ./.github/actions/contract-tests
3636
with:
37-
tls_feature: 'tls'
37+
tls_feature: "tls"
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- uses: ./.github/actions/build-docs

launchdarkly-server-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ hyper = { version = "0.14.19", features = ["client", "http1", "http2", "tcp"] }
3838
hyper-rustls = { version = "0.24.1" , optional = true}
3939
rand = "0.9"
4040
flate2 = { version = "1.0.35", optional = true }
41-
aws-lc-rs = "1.13.3"
41+
aws-lc-rs = "1.14.1"
4242

4343
[dev-dependencies]
4444
maplit = "1.0.1"

0 commit comments

Comments
 (0)