Skip to content

Commit d8bcc72

Browse files
committed
no actual changes
1 parent 393787b commit d8bcc72

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "ngrok-javascript"
4-
version = "1.5.0"
4+
version = "1.5.1"
55

66
[lib]
77
crate-type = ["cdylib"]
@@ -26,6 +26,8 @@ tokio = { version = "1.23.0", features = ["sync"] }
2626
tracing = "0.1.37"
2727
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
2828
url = "2.4.0"
29+
aws-lc-sys = { version = "0.28.0" }
30+
aws-lc-rs = { version = "1.13.0" }
2931

3032
[build-dependencies]
3133
napi-build = "2.0.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Javascript SDK for ngrok
1+
# JavaScript SDK for ngrok
22

33
[![npm.rs][npm-badge]][npm-url]
44
[![MIT licensed][mit-badge]][mit-url]

0 commit comments

Comments
 (0)