Skip to content

Commit

Permalink
third-party/rust: bump third-party code versions
Browse files Browse the repository at this point in the history
Reviewed By: aslpavel

Differential Revision: https://phabricator.intern.facebook.com/D23930000

fbshipit-source-id: d2f7a926e0a188694254a6f1f77f8408c4b1a0dd
  • Loading branch information
lukaspiatkowski committed Sep 26, 2020
1 parent 86c6025 commit 772676a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eden/mononoke/mercurial/mutation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async-trait = "0.1.29"
futures = { version = "0.3.5", features = ["async-await", "compat"] }
serde_json = "1.0"
slog = { version = "2.5", features = ["max_level_debug"] }
smallvec = { version = "1.3", features = [ "serde", "specialization", "union" ] }
smallvec = { version = "=1.4.1", features = [ "serde", "specialization", "union" ] }

[dev-dependencies]
mercurial_types-mocks = { path = "../types/mocks" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/mononoke_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rand = { version = "0.7", features = ["small_rng"] }
regex = "1.3.7"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_derive = "1.0"
smallvec = { version = "1.3", features = [ "serde", "specialization", "union" ] }
smallvec = { version = "=1.4.1", features = [ "serde", "specialization", "union" ] }
thiserror = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 772676a

Please sign in to comment.