2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 05:12:10 +00:00

Merge branch 'patch-release'

This commit is contained in:
Michael Eischer 2024-07-01 21:49:39 +02:00
commit c3ad56474d
5 changed files with 1633 additions and 1829 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
0.16.4
0.16.5

View File

@ -0,0 +1,6 @@
Enhancement: Update dependencies
A few potentially vulnerable dependencies were updated.
https://github.com/restic/restic/issues/4873
https://github.com/restic/restic/pull/4878

View File

@ -43,7 +43,7 @@ import (
"golang.org/x/term"
)
const version = "0.16.4-dev (compiled manually)"
const version = "0.16.5-dev (compiled manually)"
// TimeFormat is the format used for all timestamps printed by restic.
const TimeFormat = "2006-01-02 15:04:05"