Skip to content

Commit

Permalink
Merge pull request #1392 from messense/update-toml_edit
Browse files Browse the repository at this point in the history
Update `toml_edit` to 0.17.1, `minijinja` to 0.28.0
  • Loading branch information
messense authored Jan 7, 2023
2 parents 4948880 + 93be72c commit 6b5f301
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
33 changes: 17 additions & 16 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde_json = "1.0.80"
sha2 = "0.10.3"
tar = "0.4.38"
tempfile = "3.2.0"
toml_edit = { version = "0.16.0", features = ["easy"] }
toml_edit = { version = "0.17.1", features = ["easy"] }
zip = { version = "0.6.1", default-features = false, features = ["bzip2", "deflate", "time"] }
thiserror = "1.0.37"
dirs = "4.0.0"
Expand Down Expand Up @@ -72,7 +72,7 @@ tracing-subscriber = { version = "0.3.15", features = ["env-filter"], optional =
# project scaffolding, maturin new/init
dialoguer = { version = "0.10.2", default-features = false, optional = true }
console = { version = "0.15.4", optional = true }
minijinja = { version = "0.27.0", optional = true }
minijinja = { version = "0.28.0", optional = true }

# upload
bytesize = { version = "1.0.1", optional = true }
Expand Down

0 comments on commit 6b5f301

Please sign in to comment.