Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Update non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 22, 2023
1 parent fbed49c commit a4f452b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 24 deletions.
37 changes: 17 additions & 20 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/systems/deskc-syntax-minimalist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ ast = { path = "../../components/deskc-ast", version = "0.0.0", package = "deskc
errors = { path = "../../components/deskc-errors", version = "0.0.0", package = "deskc-errors" }
dson = { path = "../../components/dson", version = "0.0.0", package = "dson" }

parol_runtime = { version = "0.16.0", features = ["auto_generation"] }
parol_runtime = { version = "0.17.0", features = ["auto_generation"] }
anyhow = "1.0"
thiserror = { workspace = true }
uuid = { version = "1.3", features = ["v4"] }

[build-dependencies]
parol = { version = "0.21.5" }
parol = { version = "0.22.0" }

[dev-dependencies]
env_logger = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/systems/deskc-typeinfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ty = { path = "../../components/deskc-type", version = "0.0.0", package = "deskc
errors = { path = "../../components/deskc-errors", version = "0.0.0", package = "deskc-errors" }

thiserror = { workspace = true }
itertools = "0.10"
itertools = "0.11"

[dev-dependencies]
deskc = { path = "../deskc", version = "0.0.0", package = "deskc" }
Expand Down
2 changes: 1 addition & 1 deletion crates/systems/deskvm-miri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dson = { path = "../../components/dson", version = "0.0.0", package = "dson" }

serde = { version = "1.0", features = ["derive"] }
anyhow = "1.0"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
once_cell = { workspace = true }
thiserror = { workspace = true }

Expand Down

0 comments on commit a4f452b

Please sign in to comment.