Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tversteeg committed Jan 29, 2024
1 parent 91b31e6 commit f6fa84c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nalgebra = "0.32.3"

[dev-dependencies]
approx = "0.5.1"
pyo3 = { version = "0.19.2", features = ["auto-initialize"] }
pyo3 = { version = "0.20.2", features = ["auto-initialize"] }

# Enable LaTeX in Rust documentation
[package.metadata.docs.rs]
Expand Down
6 changes: 3 additions & 3 deletions gen-coefficients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.4.4", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = { version = "1.0.107", features = ["raw_value"] }
clap = { version = "4.4.18", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = { version = "1.0.113", features = ["raw_value"] }

0 comments on commit f6fa84c

Please sign in to comment.