Skip to content

Commit

Permalink
Merge branch 'main' into better-minion-example
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally authored Jan 19, 2024
2 parents 9e8720c + 0e803ca commit 7e30bfb
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 59 deletions.
86 changes: 43 additions & 43 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ default-run = "conjure_oxide"
walkdir = "2.4.0"

[dependencies]
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde_with = "3.4.0"
thiserror = "1.0.50"
thiserror = "1.0.56"
minion_rs = {path = "../solvers/minion" }
anyhow = "1.0.75"
clap = { version = "4.4.10", features = ["derive"] }
anyhow = "1.0.79"
clap = { version = "4.4.16", features = ["derive"] }
strum_macros = "0.25.3"
strum = "0.25.0"
versions = "5.0.1"
versions = "6.1.0"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion solvers/chuffed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ edition = "2021"

[build-dependencies]
cc = { version = "1.0.83", features = ["parallel"] }
bindgen = "0.69.1"
bindgen = "0.69.2"
6 changes: 3 additions & 3 deletions solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
thiserror = "1.0.50"
anyhow = "1.0.79"
thiserror = "1.0.56"

[build-dependencies]
bindgen = "0.69.1"
bindgen = "0.69.2"
glob = "0.3.1"

[lints.clippy]
Expand Down
12 changes: 6 additions & 6 deletions tools/essence-feature-usage-stats/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
black==23.11.0
black==23.12.1
certifi==2023.11.17
charset-normalizer==3.3.2
click==8.1.7
gitdb==4.0.11
GitPython==3.1.40
GitPython==3.1.41
idna==3.6
Jinja2==3.1.2
Jinja2==3.1.3
MarkupSafe==2.1.3
mypy-extensions==1.0.0
packaging==23.2
pathspec==0.11.2
platformdirs==4.0.0
pathspec==0.12.1
platformdirs==4.1.0
python-dotenv==1.0.0
requests==2.31.0
ruff==0.1.6
ruff==0.1.9
smmap==5.0.1
tqdm==4.66.1
urllib3==2.1.0

0 comments on commit 7e30bfb

Please sign in to comment.