Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisaAkiron committed Mar 8, 2024
1 parent c80aa4b commit 4427a30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 4427a30

Please sign in to comment.