Skip to content

Commit dd0a1b5

Browse files
Update conduit crates to 0.10.0 (#30)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 828479c commit dd0a1b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.46.0"
1111

1212
[dependencies]
1313
bytes = "1"
14-
conduit = "0.9.0"
14+
conduit = "0.10.0"
1515
hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] }
1616
http = "0.2"
1717
percent-encoding = "2"
@@ -22,7 +22,7 @@ tokio-stream = "0.1"
2222
tower-service = "0.3"
2323

2424
[dev-dependencies]
25-
conduit-router = "0.9.0"
25+
conduit-router = "0.10.0"
2626
futures-util = "0.3"
2727
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
2828
tracing-subscriber = "0.3.1"

0 commit comments

Comments
 (0)