File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ description = "baker: project scaffolding tool"
1010license = " MIT"
1111
1212[dependencies ]
13- clap = { version = " 4.5 " , features = [" derive" ] }
13+ clap = { version = " 4.6 " , features = [" derive" ] }
1414log = " 0.4"
1515env_logger = " 0.11"
1616thiserror = " 2.0"
1717serde_json = " 1.0"
18- indexmap = { version = " 2.12 " , features = [" serde" ] }
19- minijinja = { version = " 2.14 " , features = [
18+ indexmap = { version = " 2.13 " , features = [" serde" ] }
19+ minijinja = { version = " 2.17 " , features = [
2020 " builtins" ,
2121 " loop_controls" ,
2222 " loader" ,
@@ -40,7 +40,7 @@ cruet = "0.15"
4040
4141[dev-dependencies ]
4242dir-diff = " 0.3"
43- tempfile = " 3.20 "
43+ tempfile = " 3.27 "
4444test-log = { version = " 0.2" , features = [" trace" , " color" ] }
4545testcontainers = { version = " 0.27" , features = [" blocking" ] }
4646reqwest = { version = " 0.13" , features = [" blocking" , " json" ] }
You can’t perform that action at this time.
0 commit comments