Skip to content

Commit 651fe6f

Browse files
authored
Bump netrc crate to latest commit (#8021)
Closes #8003 Closes #6809 This hasn't been released ~4 months later and these are pretty critical fixes for Windows users.
1 parent e8b8d23 commit 651fe6f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware",
133133
reqwest-retry = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "5e3eaf254b5bd481c75d2710eed055f95b756913" }
134134
rkyv = { version = "0.8.8", features = ["bytecheck"] }
135135
rmp-serde = { version = "1.3.0" }
136-
rust-netrc = { version = "0.1.1" }
136+
rust-netrc = { git = "https://github.com/gribouille/netrc", rev = "544f3890b621f0dc30fcefb4f804269c160ce2e9" }
137137
rustc-hash = { version = "2.0.0" }
138138
rustix = { version = "0.38.37", default-features = false, features = ["fs", "std"] }
139139
same-file = { version = "1.0.6" }

0 commit comments

Comments
 (0)