Bump major versions of dependencies
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -11,17 +11,17 @@ async-mutex = "1.4.0"
|
||||
blocking = "1.2.0"
|
||||
bytes = "1.2.1"
|
||||
chrono = "0.4.22"
|
||||
chrono-tz = "0.6.3"
|
||||
chrono-tz = "0.8.5"
|
||||
diesel = { version = "2.0.2", features = ["chrono", "sqlite"] }
|
||||
diesel_migrations = "2.0.0"
|
||||
ical = { version = "0.8.0", features = ["ical"], default-features = false }
|
||||
ical = { version = "0.9.0", features = ["ical"], default-features = false }
|
||||
log = "0.4.17"
|
||||
once_cell = "1.17.0"
|
||||
pretty_env_logger = "0.4.0"
|
||||
pretty_env_logger = "0.5.0"
|
||||
regex = "1.6.0"
|
||||
reqwest = "0.11.12"
|
||||
rrule = "0.10.0"
|
||||
rust-i18n = "1.1.1"
|
||||
rrule = "0.11.0"
|
||||
rust-i18n = "2.3.0"
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde_yaml = "0.9.13"
|
||||
teloxide = { version = "0.12.2", features = ["macros", "throttle"] }
|
||||
|
||||
Reference in New Issue
Block a user