Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update other deps #14

Merged
merged 3 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# RUSTSEC-2020-0071 is sound will remove time in 5.0 https://github.com/chronotope/chrono/releases/tag/v0.4.20
# RUSTSEC-2023-0052 2023-08 no fix yet. I can not patch in the fork. Need to wait for mysql to update.
[advisories]
ignore = [
"RUSTSEC-2020-0071", # `time` localtime_r segfault
"RUSTSEC-2023-0052",
]
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
0.4.2
=====
- Update dependencies for cargo audit.

0.4.1
=====
- add long arg for no-dump "--no-write-schema"

0.4.0
=====
- Add no-dump feature

0.3.2
=====
- TODO

0.3.1
=====
- TODO

0.3.0
=====
- Add the new `apply-snapshot` subcommand (#4, #5)
Expand Down
Loading
Loading