Skip to content

Commit

Permalink
Bump netrc crate to latest commit (astral-sh#8021)
Browse files Browse the repository at this point in the history
Closes astral-sh#8003
Closes astral-sh#6809

This hasn't been released ~4 months later and these are pretty critical
fixes for Windows users.
  • Loading branch information
zanieb authored Oct 8, 2024
1 parent e8b8d23 commit 651fe6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ reqwest-middleware = { git = "https://github.com/astral-sh/reqwest-middleware",
reqwest-retry = { git = "https://github.com/astral-sh/reqwest-middleware", rev = "5e3eaf254b5bd481c75d2710eed055f95b756913" }
rkyv = { version = "0.8.8", features = ["bytecheck"] }
rmp-serde = { version = "1.3.0" }
rust-netrc = { version = "0.1.1" }
rust-netrc = { git = "https://github.com/gribouille/netrc", rev = "544f3890b621f0dc30fcefb4f804269c160ce2e9" }
rustc-hash = { version = "2.0.0" }
rustix = { version = "0.38.37", default-features = false, features = ["fs", "std"] }
same-file = { version = "1.0.6" }
Expand Down

0 comments on commit 651fe6f

Please sign in to comment.