Skip to content
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

Upgrading url downgrades idna #947

Closed
westy92 opened this issue Jun 18, 2024 · 1 comment
Closed

Upgrading url downgrades idna #947

westy92 opened this issue Jun 18, 2024 · 1 comment

Comments

@westy92
Copy link

westy92 commented Jun 18, 2024

When running cargo update, I see:

% cargo update                            
    Updating crates.io index
     Locking 4 packages to latest compatible versions
 Downgrading idna v1.0.0 -> v0.5.0 (latest: v1.0.1)
      Adding unicode-bidi v0.3.15
      Adding unicode-normalization v0.1.23
    Updating url v2.5.1 -> v2.5.2
note: pass `--verbose` to see 48 unchanged dependencies behind latest

Instead, I would expect idna to update to 1.0.1.

% cargo tree --invert --package [email protected]
idna v0.5.0
└── url v2.5.2
    ├── actix-web v4.7.0
    │   ├── actix-files v0.6.6
    │   │   └── hello-world v1.0.0 (/Users/user/Source/hello-world)
    │   ├── actix-web-httpauth v0.8.2
    │   │   └── hello-world v1.0.0 (/Users/user/Source/hello-world)
    │   └── hello-world v1.0.0 (/Users/user/Source/hello-world)
    ├── hello-world v1.0.0 (/Users/user/Source/hello-world)
    └── mysql_async v0.34.1
        └── hello-world v1.0.0 (/Users/user/Source/hello-world)
@westy92
Copy link
Author

westy92 commented Jun 18, 2024

This is working as expected per #937 (comment).

@westy92 westy92 closed this as completed Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant