Skip to content

Commit

Permalink
chore: Update rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated committed Jun 18, 2024
1 parent 32315d8 commit 2d3823f
Show file tree
Hide file tree
Showing 8 changed files with 180 additions and 209 deletions.
File renamed without changes.
96 changes: 51 additions & 45 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[package]
name = "create-o7-app"
version = "0.6.10"
version = "0.6.11"
edition = "2021"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.86"
crossterm = "0.27.0"
dunce = "1.0.4"
human-repr = "1.1.0"
inquire = "0.6.2"
inquire = "0.7.5"
pathdiff = "0.2.1"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
which = "4.4.2"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
which = "6.0.1"

[build-dependencies]
template_builder = { path = "./template_builder" }

[dev-dependencies]
tempfile = "3.8.0"
itertools = "0.11.0"
tempfile = "3.10.1"
itertools = "0.13.0"
2 changes: 1 addition & 1 deletion pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"postinstall": "node ./install.js"
},
"dependencies": {
"tar": "^7.1.0"
"tar": "^7.2.0"
},
"engines": {
"node": ">=18"
Expand Down
72 changes: 36 additions & 36 deletions pkg/pnpm-lock.yaml

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

Loading

0 comments on commit 2d3823f

Please sign in to comment.