Skip to content

Commit

Permalink
update alpha deps
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <[email protected]>
  • Loading branch information
Keruspe committed Sep 5, 2024
1 parent 956a9e5 commit 1192ab6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ rustls--aws_lc_rs = ["amq-protocol/rustls--aws_lc_rs"] # default, but do
rustls--ring = ["amq-protocol/rustls--ring"] # more compatible, (e.g., easily builds on Windows)

[build-dependencies.amq-protocol-codegen]
version = "=8.0.0-alpha.2"
version = "=8.0.0-alpha.3"
optional = true

[build-dependencies.serde_json]
version = "^1.0"
optional = true

[dependencies.amq-protocol]
version = "=8.0.0-alpha.2"
version = "=8.0.0-alpha.3"
default-features = false

[dependencies.async-global-executor-trait]
Expand All @@ -48,7 +48,7 @@ features = ["async-io"]
optional = true

[dependencies.async-reactor-trait]
version = "=2.0.0-alpha.1"
version = "=2.0.0-alpha.2"
optional = true

[dependencies.flume]
Expand All @@ -70,7 +70,7 @@ executor-trait = "^2.1"
futures-core = "^0.3"
futures-io = "^0.3"
parking_lot = "^0.12"
reactor-trait = "=2.0.0-alpha.1"
reactor-trait = "=2.0.0-alpha.2"
waker-fn = "^1.1"

[dev-dependencies]
Expand All @@ -79,7 +79,7 @@ futures-lite = "^2.0"
serde_json = "^1.0"
waker-fn = "^1.1"
tokio-executor-trait = "^2.1"
tokio-reactor-trait = "=2.0.0-alpha.1"
tokio-reactor-trait = "=2.0.0-alpha.2"

[dev-dependencies.tokio]
version = "^1.17"
Expand Down

0 comments on commit 1192ab6

Please sign in to comment.