mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 12:22:16 +00:00
update vtimezones-rs
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -4485,8 +4485,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
||||
|
||||
[[package]]
|
||||
name = "vtimezones-rs"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/lennart-k/vtimezones-rs?branch=main#c16d2f26e816f0da80f69b32a5140170b9771e4a"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "18f0f4331820b811cf276aa71aaabb34f50a5d211b7cb07e072505a07e516c65"
|
||||
dependencies = [
|
||||
"phf",
|
||||
"phf_codegen",
|
||||
|
||||
@@ -135,8 +135,7 @@ reqwest = { version = "0.12", features = [
|
||||
openidconnect = "4.0"
|
||||
clap = { version = "4.5", features = ["derive", "env"] }
|
||||
matchit-serde = { git = "https://github.com/lennart-k/matchit-serde", rev = "f0591d13" }
|
||||
# TODO: Pin version
|
||||
vtimezones-rs = { git = "https://github.com/lennart-k/vtimezones-rs", branch = "main" }
|
||||
vtimezones-rs = "0.1"
|
||||
ece = { version = "2.3", default-features = false, features = [
|
||||
"backend-openssl",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user