Skip to content

Commit

Permalink
build(deps): bump egg-mode from 0.16.0 to 0.16.1
Browse files Browse the repository at this point in the history
Bumps [egg-mode](https://github.com/egg-mode-rs/egg-mode) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/egg-mode-rs/egg-mode/releases)
- [Changelog](https://github.com/egg-mode-rs/egg-mode/blob/master/CHANGELOG.md)
- [Commits](egg-mode-rs/egg-mode@v0.16.0...0.16.1)

---
updated-dependencies:
- dependency-name: egg-mode
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 3, 2023
1 parent 76f9caa commit c25a46e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit c25a46e

Please sign in to comment.