Skip to content

Commit c076e8b

Browse files
diliopfacebook-github-bot
authored andcommitted
upgrade to 0.22.6 (take #2)
Summary: Upgrade `pyo3` to [`0.22.6`](https://fburl.com/g3zxt353) Reviewed By: dtolnay Differential Revision: D71146798 fbshipit-source-id: d2382f5610777e6d6e9b92ed8e138ba78e3b4ede
1 parent 0e53d1f commit c076e8b

File tree

6 files changed

+4
-8
lines changed

6 files changed

+4
-8
lines changed

eden/fs/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git
1313
perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
1414
profiling = { version = "1.0.16", git = "https://github.com/aclysma/profiling.git", rev = "1b3e20c8e59eddbb6ae0d64fff849d07a903dd0c" }
1515
protobuf-build = { git = "https://github.com/fbsource/protobuf-build", rev = "ee1de946ce2fd7d06a7a4fab7141e02c49f0981f" }
16-
pyo3-build-config = { package = "pyo3-build-config", version = "0.21.2", git = "https://github.com/fbsource/pyo3", rev = "ff94a09031cc29d88d57ae3c846e5b871497aeb9" }
17-
pyo3-python-tracing-subscriber = { version = "0.1.0", git = "https://github.com/guswynn/pyo3-python-tracing-subscriber", rev = "2f67354200fe50c9a2438187c1e4e2e25abe8683" }
1816
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
1917
stabby = { git = "https://github.com/fbsource/stabby", rev = "22db1dda19938ff7725a93db64012a5730325c5d" }
2018
uefisettings = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" }

eden/mononoke/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ perf-event = { version = "0.4", git = "https://github.com/krallin/perf-event.git
9494
perf-event-open-sys = { version = "4.0", git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167" }
9595
profiling = { version = "1.0.16", git = "https://github.com/aclysma/profiling.git", rev = "1b3e20c8e59eddbb6ae0d64fff849d07a903dd0c" }
9696
protobuf-build = { git = "https://github.com/fbsource/protobuf-build", rev = "ee1de946ce2fd7d06a7a4fab7141e02c49f0981f" }
97-
pyo3-build-config = { package = "pyo3-build-config", version = "0.21.2", git = "https://github.com/fbsource/pyo3", rev = "ff94a09031cc29d88d57ae3c846e5b871497aeb9" }
98-
pyo3-python-tracing-subscriber = { version = "0.1.0", git = "https://github.com/guswynn/pyo3-python-tracing-subscriber", rev = "2f67354200fe50c9a2438187c1e4e2e25abe8683" }
9997
quickcheck = { git = "https://github.com/jakoschiko/quickcheck", rev = "6ecdf5bb4b0132ce66670b4d46453aa022ea892c" }
10098
stabby = { git = "https://github.com/fbsource/stabby", rev = "22db1dda19938ff7725a93db64012a5730325c5d" }
10199
uefisettings = { git = "https://github.com/linuxboot/uefisettings", rev = "f16daed1d2bd1216204fd24e876c6477d03aebb3" }

eden/mononoke/filestore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "GPLv2+"
1010
[dependencies]
1111
anyhow = "1.0.95"
1212
async-trait = "0.1.86"
13-
blake3 = { version = "=1.5.2", features = ["rayon", "traits-preview"] }
13+
blake3 = { version = "=1.5.2", features = ["mmap", "rayon", "traits-preview"] }
1414
blobstore = { version = "0.1.0", path = "../blobstore" }
1515
bytes = { version = "1.9.0", features = ["serde"] }
1616
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

eden/mononoke/mercurial/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-stream = "0.3"
1616
async-trait = "0.1.86"
1717
base64 = { version = "0.21", features = ["alloc"] }
1818
bitflags = { version = "2.6", features = ["serde"] }
19-
blake3 = { version = "=1.5.2", features = ["rayon", "traits-preview"] }
19+
blake3 = { version = "=1.5.2", features = ["mmap", "rayon", "traits-preview"] }
2020
blobstore = { version = "0.1.0", path = "../../blobstore" }
2121
bytes = { version = "1.9.0", features = ["serde"] }
2222
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

eden/scm/lib/edenapi/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "test/basic_test.rs"
1818

1919
[dependencies]
2020
anyhow = "1.0.95"
21-
blake3 = { version = "=1.5.2", features = ["rayon", "traits-preview"] }
21+
blake3 = { version = "=1.5.2", features = ["mmap", "rayon", "traits-preview"] }
2222
bytes = { version = "1.9.0", features = ["serde"] }
2323
paste = "1.0.14"
2424
quickcheck = "1.0"

eden/scm/lib/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "types"
1616
anyhow = "1.0.95"
1717
base64 = { version = "0.21", features = ["alloc"] }
1818
bitflags = { version = "2.6", features = ["serde"] }
19-
blake3 = { version = "=1.5.2", features = ["rayon", "traits-preview"] }
19+
blake3 = { version = "=1.5.2", features = ["mmap", "rayon", "traits-preview"] }
2020
byteorder = "1.3"
2121
lazy_static = { version = "1.5", optional = true }
2222
quickcheck = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)