Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mantono/flagpole into build/docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mantono committed Apr 23, 2024
2 parents 7207221 + 0180c34 commit 6e4a764
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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
Expand Up @@ -13,8 +13,8 @@ tokio = { version = "1", features = ["full"] }
axum = { version = "0.6.18", features = ["headers", "http1", "json", "tokio", "query"] }
log = { version = "0.4", optional = true }
env_logger = { version = "0.10.2", optional = true }
clap = { version = "4.5.0", features = ["color", "derive", "help", "usage", "std", "env"] }
redis = { version = "0.24.0", features = [ "ahash", "aio", "tokio-comp" ] }
clap = { version = "4.5.2", features = ["color", "derive", "help", "usage", "std", "env"] }
redis = { version = "0.25.2", features = [ "ahash", "aio", "tokio-comp" ] }

[features]
default = ["logging"]
Expand Down

0 comments on commit 6e4a764

Please sign in to comment.