Skip to content

Commit

Permalink
Upgrade some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed May 5, 2023
1 parent 77b19ea commit 495f608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ codegen-units = 1
opt-level = "z"

[workspace.package]
version = "0.1.0-beta4"
version = "0.1.0-beta.5"
authors = ["gudaoxuri <i@sunisle.org>"]
description = "Elegant, clean Rust development framework"
keywords = ["http", "database", "web", "redis", "mq"]
Expand Down
5 changes: 3 additions & 2 deletions tardis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ cache = ["futures-util", "redis", "deadpool-redis"]
mq = ["futures-util", "lapin", "amq-protocol-types", "async-global-executor"]
mail = ["lettre"]
os = ["rt-tokio", "async-trait", "anyhow", "rust-s3"]
fs = ["tokio/fs"]
test = ["testcontainers"]

[dependencies]
Expand All @@ -63,15 +64,15 @@ lru = { version = "0.10.0" }
native-tls = { version = "0.2" }

# Tardis Macros
tardis-macros = { version = "0.1.0-beta4", path = "../tardis-macros", optional = true }
tardis-macros = { version = "0.1.0-beta.5", path = "../tardis-macros", optional = true }

# Log
log = { version = "0.4" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

# Tokio
tokio = { version = "1.18", features = [
tokio = { version = "1", features = [
"macros",
"rt-multi-thread",
"signal",
Expand Down

0 comments on commit 495f608

Please sign in to comment.