-
-
Notifications
You must be signed in to change notification settings - Fork 842
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
build(deps): bump the cargo-minor group across 1 directory with 2 updates #16773
Conversation
"displaydoc", | ||
"litemap", | ||
"tinystr", | ||
"writeable", | ||
"zerovec", | ||
] | ||
|
||
[[package]] | ||
name = "icu_locid_transform" | ||
version = "1.5.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" | ||
dependencies = [ | ||
"displaydoc", | ||
"icu_locid", | ||
"icu_locid_transform_data", | ||
"icu_provider", | ||
"tinystr", | ||
"zerovec", | ||
] | ||
|
||
[[package]] | ||
name = "icu_locid_transform_data" | ||
version = "1.5.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" | ||
|
||
[[package]] | ||
name = "icu_normalizer" | ||
version = "1.5.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" | ||
dependencies = [ | ||
"displaydoc", | ||
"icu_collections", | ||
"icu_normalizer_data", | ||
"icu_properties", | ||
"icu_provider", | ||
"smallvec", | ||
"utf16_iter", | ||
"utf8_iter", | ||
"write16", | ||
"zerovec", | ||
] | ||
|
||
[[package]] | ||
name = "icu_normalizer_data" | ||
version = "1.5.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" | ||
|
||
[[package]] | ||
name = "icu_properties" | ||
version = "1.5.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036" | ||
dependencies = [ | ||
"displaydoc", | ||
"icu_collections", | ||
"icu_locid_transform", | ||
"icu_properties_data", | ||
"icu_provider", | ||
"tinystr", | ||
"zerovec", | ||
] | ||
|
||
[[package]] | ||
name = "icu_properties_data" | ||
version = "1.5.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" | ||
|
||
[[package]] | ||
name = "icu_provider" | ||
version = "1.5.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" | ||
dependencies = [ | ||
"displaydoc", | ||
"icu_locid", | ||
"icu_provider_macros", | ||
"stable_deref_trait", | ||
"tinystr", | ||
"writeable", | ||
"yoke", | ||
"zerofrom", | ||
"zerovec", | ||
] | ||
|
||
[[package]] | ||
name = "icu_provider_macros" | ||
version = "1.5.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" | ||
dependencies = [ | ||
"proc-macro2", | ||
"quote", | ||
"syn 2.0.66", | ||
] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Niicee!
version = "1.0.0" | ||
version = "0.5.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh, weird. Probably not a big deal though...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, not so nice after all:
servo/rust-url#946
servo/rust-url#937
:|
Eh, upstream can do its thing, and we can accept it. |
…ates Bumps the cargo-minor group with 2 updates in the / directory: [url](https://github.com/servo/rust-url) and [reqwest](https://github.com/seanmonstar/reqwest). Updates `url` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.1...v2.5.2) Updates `reqwest` from 0.12.4 to 0.12.5 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.4...v0.12.5) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
eda62f1
to
13ffa80
Compare
Bumps the cargo-minor group with 2 updates in the / directory: url and reqwest.
Updates
url
from 2.5.1 to 2.5.2Commits
54346fa
Revert "Reimplement idna on top of ICU4X" (#946)dcfbed3
Update idna to 1.0.1 (#945)467ef63
fix panic onxn--55555577
(#940)Updates
reqwest
from 0.12.4 to 0.12.5Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
29d4cff
v0.12.5a7880d6
tests: fix http3 testsc32d877
tests: enable http3 content-length testce3b30e
http3: send content-length if known404df59
test: add http3 test server supporte5ce0b5
fix: don't enable hyper-rustls/http2 unless http2 is already enabledccb5e40
Don't compile hyper-tls with native-roots unless rustls-tls-native-roots is e...c56fbae
tests: remove a proxy parse error check8cc7cd4
msrv: pin url695bc04
fix: http3 resolving ipv6 addresses (#2305)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions