Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bpandreotti committed Aug 29, 2023
1 parent c5f0e42 commit b6729cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 carcara/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ license = "Apache-2.0"

[dependencies]
indexmap = "2.0.0"
log = "0.4.17"
rug = { version = "1.19.2", features = ["integer", "rational"] }
thiserror = "1.0.40"
log = "0.4.20"
rug = { version = "1.21.0", features = ["integer", "rational"] }
thiserror = "1.0.47"

[dev-dependencies]
test-generator = { path = "../test-generator" }
Expand Down
6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ path = "src/main.rs"

[dependencies]
carcara = { path = "../carcara" }
clap = { version = "3.2.23", features = ["derive"] }
const_format = "0.2.30"
clap = { version = "3.2.25", features = ["derive"] }
const_format = "0.2.31"
crossbeam-queue = "0.3.8"
log = { version = "0.4.17", features = ["std"] }
log = { version = "0.4.20", features = ["std"] }
ansi_term = "0.12"
git-version = "0.3.5"

0 comments on commit b6729cf

Please sign in to comment.