Skip to content

Commit

Permalink
Merge branch 'main' into add-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Shitaro authored Aug 21, 2024
2 parents 797cbad + aa21b4a commit d70076a
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 48 deletions.
121 changes: 76 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0.81"
base64 = "0.22.1"
built = { version = "0.7.4", features = ["git2"] }
chrono = "0.4.38"
clap = { version = "4.5.11", features = ["derive"] }
clap = { version = "4.5.15", features = ["derive"] }
colored = "2.1.0"
derive_more = "0.99.18"
directories = "5.0.1"
Expand All @@ -33,8 +33,8 @@ pyo3 = { version = "0.21.2", features = ["anyhow"] }
pyo3-log = "0.10.0"
rand = "0.8.5"
rand_xoshiro = "0.6.0"
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.206", features = ["derive"] }
serde-pyobject = "0.3.0"
serde_json = "1.0.121"
serde_json = "1.0.124"
thiserror = "1.0.63"
url = "2.5.2"

0 comments on commit d70076a

Please sign in to comment.