Skip to content

Commit 64aa506

Browse files
authored
fix msrv (#1877)
1 parent b933bdd commit 64aa506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ tokio-stream = "0.1.1"
4545
tracing = { version = "0.1", default-features = false }
4646
tracing-core = { version = "0.1", default-features = false }
4747
tracing-subscriber = { version = "0.3", default-features = false }
48-
url = { version = "2.2", default-features = false }
48+
url = { version = "=2.5.0", default-features = false } #pinning the version supporting rustc 1.65

0 commit comments

Comments
 (0)