Skip to content

Commit 56cc9ca

Browse files
JakobDegenmeta-codesync[bot]
authored andcommitted
tp: Buck2 from tp in safer_lazy_imports
Summary: Match D107344085 , missed this one Reviewed By: capickett Differential Revision: D107550211 fbshipit-source-id: 970841342b617900eacca001fa1e29585f9f9d45
1 parent 26d43c0 commit 56cc9ca

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

resources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build = "build.rs"
1111

1212
[dependencies]
1313
anyhow = "1.0.102"
14-
starlark_map = "0.13.0"
14+
starlark_map = "0.13"
1515
tar = "0.4.46"
1616
zstd = "0.13"
1717

src/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ ruff_python_parser = { git = "https://github.com/astral-sh/ruff/", rev = "db5aa0
3232
ruff_text_size = { git = "https://github.com/astral-sh/ruff/", rev = "db5aa0a5f1b92cb91d910bf0866a967554dd94f5" }
3333
serde = { version = "1.0.219", features = ["derive", "rc"] }
3434
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
35-
starlark_map = "0.13.0"
36-
static_interner = "0.1.1"
35+
starlark_map = "0.13"
36+
static_interner = { version = "0.1.3", features = ["dupe"] }
3737
tempfile = "3.27.0"
3838
toml = { version = "0.9.12", features = ["preserve_order"] }
3939
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ clap = { version = "4.6.0", features = ["derive", "env", "string", "unicode", "w
126126
lifeguard = { path = "../src" }
127127
ruff_text_size = { git = "https://github.com/astral-sh/ruff/", rev = "db5aa0a5f1b92cb91d910bf0866a967554dd94f5" }
128128
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
129-
starlark_map = "0.13.0"
129+
starlark_map = "0.13"
130130
tempfile = "3.27.0"

0 commit comments

Comments
 (0)