Skip to content

Commit a2e5489

Browse files
Pin dependencies (#5776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8aaae15 commit a2e5489

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

conduit-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ license = "MIT"
99
edition = "2018"
1010

1111
[dependencies]
12-
bytes = "1.3.0"
13-
hyper = "0.14.23"
12+
bytes = "=1.3.0"
13+
hyper = "=0.14.23"

conduit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ repository = "https://github.com/conduit-rust/conduit"
99
edition = "2018"
1010

1111
[dependencies]
12-
bytes = "1.3.0"
13-
http = "0.2"
12+
bytes = "=1.3.0"
13+
http = "=0.2.8"

0 commit comments

Comments
 (0)