Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SombkeMaximilian committed Mar 4, 2025
1 parent 4c1fb62 commit 29c050e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions metabodecon-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ crate-type = ["cdylib"]
[dependencies]
metabodecon = { path = "../metabodecon", features = ["full"] }
numpy = "0.23.0"
pyo3 = { version = "0.23.2", features = ["extension-module"] }
serde = "1.0.217"
serde_json = "1.0.138"
pyo3 = { version = "0.23.5", features = ["extension-module"] }
serde = "1.0.218"
serde_json = "1.0.140"
rmp-serde = "1.3.0"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion metabodecon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ num-traits = "0.2.19"
regex = { version = "1.11.1", optional = true }
byteorder = { version = "1.5.0", optional = true }
rayon = { version = "1.10.0", optional = true }
serde = { version = "1.0.217", features = ["derive"], optional = true }
serde = { version = "1.0.218", features = ["derive"], optional = true }

[dev-dependencies]
float-cmp = "0.10.0"
Expand Down

0 comments on commit 29c050e

Please sign in to comment.