Skip to content

Commit

Permalink
Update toml to v0.8.13 (from v0.5.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed May 18, 2024
1 parent 4790288 commit 71949cb
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

- Updated Tera to v1.19.1.

- Updated toml to v0.8.13.


## 0.3.0 (2022-07-06)

Expand Down
87 changes: 76 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ multimap = "0.10.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
tera = { version = "1.19.1", default-features = false }
toml = "0.5.9"
toml = "0.8.13"
ureq = { version = "2.4.0", features = ["json"] }

0 comments on commit 71949cb

Please sign in to comment.