Skip to content

Commit 64c8367

Browse files
committed
refactor(dependencies): Switch to upstreams
Use upstreams of rust-http and rust-url
1 parent 7f5a513 commit 64c8367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ path = "src/lib.rs"
1111

1212
[dependencies.http]
1313

14-
git = "https://github.com/nickel-org/rust-http.git"
14+
git = "https://github.com/chris-morgan/rust-http.git"
1515

1616
[dependencies.anymap]
1717

1818
git = "https://github.com/nickel-org/anymap.git"
1919

2020
[dependencies.url]
2121

22-
git = "https://github.com/nickel-org/rust-url.git"
22+
git = "https://github.com/servo/rust-url.git"
2323

2424
[dependencies.rust-mustache]
2525

0 commit comments

Comments
 (0)