-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update major versions of dependencies #2209
Comments
Would be great to get PR's updating the dependencies. |
I can care about this. |
If this hasn't been resolved, I'd like to start on this tonight. |
It seems that error[E0659]: `error_chain` is ambiguous (derive helper attribute vs any other name)
--> /home/worleyg/.cargo/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs:35:7
|
35 | #[error_chain(foreign)]
| ^^^^^^^^^^^ ambiguous name This upgrade should likely be performed soon. I am just getting started with diesel, so I don't know if I can verify it works appropriately after performing the upgrade, but I can open a PR with the version updates today. I will try and get it working right now since I need to install it now. |
Sounds good. |
Actually, I will leave it be. I downloaded the repository locally and got it to build due to the file at https://github.com/diesel-rs/diesel/blob/master/rust-toolchain. It forced the installation of an appropriate Rust version. This is good enough for me currently. |
@vadixidav This is probably caused by rust-lang/rust#66508. Which rustc version do you use? |
@weiznich I was a few days behind, but I updated to latest nightly and was still receiving the issue:
|
@weiznich Actually, it looks like in the above I messed up and was using the wrong version. I set my default toolchain to current nightly in rustup. |
So this was caused by a old nightly affected by that bug? If it happens at a newer nightly, please open a bugreport at the rustc repo linking the issue mentioned above. |
This issue is really showing me how much I don't understand about Cargo.toml |
Chiming in as I'd like to see dotenv moved to 0.15. It fixes a bug in parsing env vars that contain newlines. It silently stops parsing, and I had my DATABASE_URL at the bottom. I fixed it by reordering, but I'm sure others might or will be bitten by this. It is currently pinned on Will this issue be picked up or closed? I can file a separate issue for my problem with dotenv < 0.15. |
@giganteous See #2223. |
I think I will close this issue to make some clean up. If you think that issue is still actual - better make new one with fresh dependency request. |
Hello,
Actually I would like to increase a dependency version of
url
anddotenv
crate only, as I have duplicates versions in myCargo.lock
. But I have collect also which other dependency could be increased:diesel/diesel/Cargo.toml
diesel/diesel_cli/Cargo.toml
diesel/diesel_migrations/Cargo.toml
diesel/diesel_derives/Cargo.toml
diesel/diesel_tests/Cargo.toml
Forward thank you!
The text was updated successfully, but these errors were encountered: