Merge branch 'patch-release'

This commit is contained in:
Michael Eischer
2024-07-01 21:49:39 +02:00
5 changed files with 1633 additions and 1829 deletions
+1625 -1827
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
0.16.4
0.16.5
+6
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
+1 -1
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"