change file-rotate repo

This commit is contained in:
jb-alvarado 2022-05-12 07:57:45 +02:00
parent 6c9eb99d80
commit 2a17bd4690
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -233,7 +233,7 @@ dependencies = [
[[package]]
name = "file-rotate"
version = "0.6.0"
source = "git+https://github.com/BourgondAries/file-rotate.git#cf713f750b67b376952cd4d856ead0c1252ab243"
source = "git+https://github.com/jb-alvarado/file-rotate.git#ee1dc1cea05885b8cb472191b50a044869da7e04"
dependencies = [
"chrono",
"flate2",

View File

@ -12,7 +12,7 @@ chrono = "0.4"
clap = { version = "3.1", features = ["derive"] }
crossbeam-channel = "0.5"
ffprobe = "0.3"
file-rotate = { git = "https://github.com/BourgondAries/file-rotate.git" }
file-rotate = { git = "https://github.com/jb-alvarado/file-rotate.git" }
jsonrpc-http-server = "18.0"
lettre = "0.10.0-rc.6"
log = "0.4"