Skip to content

Commit dd972f4

Browse files
committed
Update dependencies to be the same as in ruff
1 parent fed78e3 commit dd972f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

crates/hexora/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ ruff_python_stdlib = { git = "https://github.com/astral-sh/ruff/", rev="3f63ea4b
3535
ruff_text_size = { git = "https://github.com/astral-sh/ruff/", rev="3f63ea4b504d50eaf3c479de68e4017d2434a160" }
3636

3737
pyo3 = { version = "0.26", features = ["extension-module"], optional = true }
38-
log = "0.4.28"
38+
log = "0.4.17"
3939
env_logger = "0.11.8"
40-
serde = { version = "1.0.228", features = ["derive"] }
40+
serde = { version = "1.0.197", features = ["derive"] }
4141
once_cell = "1.21.3"
42-
regex = "1.11.2"
42+
regex = "1.10.2"
4343
test-case = "3.3.1"
44-
memchr = "2.7.6"
45-
clap = { version = "4.5.48", features = ["derive"] }
44+
memchr = "2.7.1"
45+
clap = { version = "4.5.3", features = ["derive"] }
4646
codespan-reporting = "0.12.0"
47-
strum = "0.27.2"
48-
strum_macros = "0.27.2"
49-
serde_json = "1.0.145"
47+
strum = "0.27.0"
48+
strum_macros = "0.27.0"
49+
serde_json = "1.0.113"
5050
pythonize = "0.26.0"
5151
sha2 = "0.11.0-rc.2"
5252
encoding_rs = "0.8.35"

0 commit comments

Comments
 (0)