diff --git a/Cargo.lock b/Cargo.lock index 52e9ab8..c3a572f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,9 +587,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.34" +version = "0.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" +checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1648,7 +1648,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pg-auto-backup" -version = "1.1.2" +version = "1.2.0" dependencies = [ "aws-sdk-s3", "azure_storage", diff --git a/Cargo.toml b/Cargo.toml index 6f763ab..3e0e43d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg-auto-backup" -version = "1.1.2" +version = "1.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,7 +15,7 @@ log = { version = "0.4.21", features = ["serde"] } once_cell = "1.19.0" serde = { version = "1.0.197", features = ["derive"] } tokio = { version = "1.36.0", features = ["full"] } -chrono = "0.4.34" +chrono = "0.4.35" tokio-cron-scheduler = "0.10.0" uuid = "1.7.0" cron = "0.12.1"