Skip to content

Commit

Permalink
Update dependencies to precise versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr committed Jul 23, 2024
1 parent 0f54e4e commit 9987a78
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ name = "trane-simple-build"
path = "src/simple_build.rs"

[dependencies]
anyhow = "1"
built = { version = "0.7", features = ["chrono", "dependency-tree", "git2", "semver"] }
chrono = "0.4"
clap = { version = "4", features = ["derive"] }
indoc = "2"
rustyline = "14"
rustyline-derive = "0.10"
serde_json = "1"
termimad = "0.29"
trane = "0.21.2"
ustr = { version = "1", features = ["serde"] }
anyhow = "1.0.86"
built = { version = "0.7.4", features = ["chrono", "dependency-tree", "git2", "semver"] }
chrono = "0.4.38"
clap = { version = "4.5.9", features = ["derive"] }
indoc = "2.0.5"
rustyline = "14.0.0"
rustyline-derive = "0.10.0"
serde_json = "1.0.120"
termimad = "0.29.4"
trane = "0.21.3"
ustr = { version = "1.0.0", features = ["serde"] }
# Commented out for use in local development.
# trane = { path = "../trane" }

[build-dependencies]
built = { version = "0.7.0", features = ["chrono", "dependency-tree", "git2", "semver"] }
built = { version = "0.7.4", features = ["chrono", "dependency-tree", "git2", "semver"] }

0 comments on commit 9987a78

Please sign in to comment.