diff --git a/Cargo.lock b/Cargo.lock index d2ec60b3d..ce7147eeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,9 +588,9 @@ checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0" [[package]] name = "egg-mode" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb96b3df2a1dd9fe043e58eed7ba1c835a23561e777e243e8cc08aa4178aec79" +checksum = "1ba67cb7d82f4e358bf5b67099d949e21f2419bde17b892ce09f0950e5e97be3" dependencies = [ "base64 0.13.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3bae8e748..ac7154d40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ lalrpop = { version = "0.19.8", default-features = false, features = ["lexer"] } anyhow = { version = "1.0.68", default-features = false, features = ["std"] } bytes = { version = "1.2.1", default-features = false } clap = { version = "4.1.4", default-features = false, features = ["std"] } -egg-mode = { version = "0.16.0", default-features = false, features = ["rustls"] } +egg-mode = { version = "0.16.1", default-features = false, features = ["rustls"] } futures = { version = "0.3.26", default-features = false, features = ["std", "async-await"] } google-calendar3 = "4.0.1" google-sheets4 = "4.0.1"