Skip to content

Commit b775b09

Browse files
committed
update Cargo.lock
1 parent 1dbadc1 commit b775b09

File tree

2 files changed

+73
-26
lines changed

2 files changed

+73
-26
lines changed

Cargo.lock

Lines changed: 69 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ rustls--aws_lc_rs = ["amq-protocol/rustls--aws_lc_rs"] # default, but do
3535
rustls--ring = ["amq-protocol/rustls--ring"] # more compatible, (e.g., easily builds on Windows)
3636

3737
[build-dependencies.amq-protocol-codegen]
38-
version = "^8.2"
38+
version = "^8.3"
3939
optional = true
4040

4141
[build-dependencies.serde_json]
4242
version = "^1.0"
4343
optional = true
4444

4545
[dependencies.amq-protocol]
46-
version = "^8.2"
46+
version = "^8.3"
4747
default-features = false
4848

4949
[dependencies.async-global-executor-trait]
@@ -69,14 +69,14 @@ async-trait = "^0.1.42"
6969
executor-trait = "^2.1"
7070
futures-core = "^0.3"
7171
futures-io = "^0.3"
72-
reactor-trait = "^2.5"
72+
reactor-trait = "^2.7"
7373

7474
[dev-dependencies]
7575
async-global-executor = "^3.1"
7676
futures-lite = "^2.0"
7777
serde_json = "^1.0"
7878
tokio-executor-trait = "^2.1"
79-
tokio-reactor-trait = "^3.0"
79+
tokio-reactor-trait = "^3.8"
8080

8181
[dev-dependencies.tokio]
8282
version = "^1.17"

0 commit comments

Comments
 (0)