Skip to content

Commit 13bd338

Browse files
authored
RUST-2165 Pin transitive deps for MSRV (#1324)
1 parent 1acffc4 commit 13bd338

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.evergreen/MSRV-Cargo.toml.diff

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/Cargo.toml b/Cargo.toml
2+
index be6e3f80..2edd8b1b 100644
3+
--- a/Cargo.toml
4+
+++ b/Cargo.toml
5+
@@ -118,6 +118,8 @@ typed-builder = "0.10.0"
6+
webpki-roots = "0.25.2"
7+
zstd = { version = "0.11.2", optional = true }
8+
macro_magic = "0.5.1"
9+
+zerofrom = "=0.1.5"
10+
+litemap = "=0.7.4"
11+
12+
[dependencies.pbkdf2]
13+
version = "0.11.0"

0 commit comments

Comments
 (0)