Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/kangalioo/poise into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
kangalio committed Oct 4, 2022
2 parents 4728ddb + a613e74 commit 5fac727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ license = "MIT"
repository = "https://github.com/kangalioo/poise/"

[dependencies]
tokio = { version = "1.4.0", default-features = false } # for async in general
tokio = { version = "1.21.1", default-features = false } # for async in general
futures-core = { version = "0.3.13", default-features = false } # for async in general
futures-util = { version = "0.3.13", default-features = false } # for async in general
once_cell = { version = "1.7.2", default-features = false, features = ["std"] } # to store and set user data
poise_macros = { path = "macros", version = "0.3.0" } # remember to update the version on changes!
async-trait = { version = "0.1.48", default-features = false } # various traits
regex = { version = "1.5.4", default-features = false, features = ["std"] } # prefix
regex = { version = "1.6.0", default-features = false, features = ["std"] } # prefix
log = { version = "0.4.14", default-features = false } # warning about weird state
derivative = "2.2.0"
parking_lot = "0.12.1"
Expand All @@ -38,7 +38,7 @@ version = "0.11.4"

[dev-dependencies]
# For the examples
tokio = { version = "1.4.0", features = ["rt-multi-thread"] }
tokio = { version = "1.21.1", features = ["rt-multi-thread"] }
futures = { version = "0.3.13", default-features = false }
env_logger = "0.9.0"
fluent = "0.16.0"
Expand Down

0 comments on commit 5fac727

Please sign in to comment.