Skip to content

Commit cf80aa0

Browse files
Pin dependencies
1 parent 503614a commit cf80aa0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

components/skus/browser/rs/lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ base64 = "0.22"
3232
git-version = { version = "0.3.5", optional = true }
3333

3434
[dev-dependencies]
35-
isahc = "1.7"
36-
async-std = "1.5.0"
35+
isahc = "=1.7.2"
36+
async-std = "=1.5.0"
3737

3838
[features]
3939
default = []

components/speedreader/rust/lib/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ markup5ever = "0.14.1"
3737
regex = "1"
3838

3939
[dev-dependencies]
40-
matches = "0.1"
41-
distance = "0.4.0"
42-
termion = "1.5"
43-
reqwest = { version = "0.11.6", features = ["blocking", "stream"] }
44-
criterion = "0.3"
45-
futures = "0.3"
46-
tokio = { version = "1.2", features = ["full"] }
40+
matches = "=0.1.10"
41+
distance = "=0.4.0"
42+
termion = "=1.5.6"
43+
reqwest = { version = "=0.11.6", features = ["blocking", "stream"] }
44+
criterion = "=0.3.6"
45+
futures = "=0.3.31"
46+
tokio = { version = "=1.45.1", features = ["full"] }

components/speedreader/rust/lib/src/readability/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ thiserror = "1.0.30"
2121
url = "2"
2222

2323
[dev-dependencies]
24-
assert_approx_eq = "1.1.0"
25-
reqwest = { version = "0.11.6", features = ["blocking", "stream"] }
24+
assert_approx_eq = "=1.1.0"
25+
reqwest = { version = "=0.11.6", features = ["blocking", "stream"] }

components/web_discovery/browser/anonymous_credentials/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ brave-miracl = { version = "0.1", features = ["std"] }
1616
thiserror = "1.0"
1717

1818
[dev-dependencies]
19-
hex = "0.4"
19+
hex = "=0.4.3"
2020

2121
[lib]
2222
name = "anonymous_credentials"

0 commit comments

Comments
 (0)