Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
| --- | --- |
| swc_ecma_ast | [>= 0.113.a, < 0.114] |
| swc_ecma_parser | [>= 0.144.a, < 0.145] |
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the cargo-all-dependencies group with 9 updates in the / directory:
1.0.62
1.0.63
0.33.26
0.36.2
0.112.8
0.117.3
0.143.16
0.148.1
3.2.25
4.5.10
0.45.0
0.49.0
0.10.64
0.10.66
0.7.10
0.7.11
1.38.0
1.39.1
Updates
thiserror
from 1.0.62 to 1.0.63Release notes
Sourced from thiserror's releases.
Commits
915c75e
Release 1.0.633d5ec25
Merge pull request #312 from dtolnay/backtracedocde8a1e5
Update documentation of #[from] and #[backtrace] attributesUpdates
swc_common
from 0.33.26 to 0.36.2Commits
Updates
swc_ecma_ast
from 0.112.8 to 0.117.3Commits
Updates
swc_ecma_parser
from 0.143.16 to 0.148.1Commits
Updates
clap
from 3.2.25 to 4.5.10Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
8697a61
chore: Releasea271c19
Merge pull request #5539 from shannmu/option_valuef7383f7
feat(clap_complete): Add support--flag bar
and-f bar
completion2f53bb3
test(clap_complete): Add test cases for--flag bar
and-f bar
completion932ca13
refactor(clap_complete): Replace parameters incomplete_arg
withParseState
73b07c9
docs: Remove stale ColorChoice platform notese142795
Merge pull request #5585 from shannmu/hidden_possible_values9220bbd
feat(clap_complete): Support hiding possible values4395c31
test(clap_complete): Add test case for hiding possible values93f0c48
Merge pull request #5584 from shannmu/hidden_subcommands_and_aliasesUpdates
sqlparser
from 0.45.0 to 0.49.0Changelog
Sourced from sqlparser's changelog.
... (truncated)
Commits
6c64d43
chore: Release sqlparser version 0.49.01e82a14
Add CHANGELOG for 0.49.0 (#1350)390d4d3
Add support of MATERIALIZED/ALIAS/EPHERMERAL default column options for Click...b27abf0
Allow to use()
as the GROUP BY nothing (#1347)48ea564
Support Map literal syntax for DuckDB and Generic (#1344)71dc966
Fix quoted identifier regression edge-case with "from" in SELECT (#1346)028ada8
Support subquery expression in SET expressions (#1343)845a1aa
[ClickHouse] Add support for WITH FILL to OrderByExpr (#1330)20f7ac5
Fix AS query clause should be after the create table options (#1339)993216f
Enable PARTITION BY feature for PostgreSQL while parsing the create table sta...Updates
openssl
from 0.10.64 to 0.10.66Release notes
Sourced from openssl's releases.
Commits
ad70a0b
Merge pull request #2267 from alex/bump-for-release5ce473b
Release openssl v0.10.66aef36e0
Merge pull request #2266 from alex/mem-bio-invariant142deef
Fixed invariant violation inMemBio::get_buf
with empty results32f150b
Merge pull request #2265 from alex/bump-for-release98addd2
Release openssl v0.10.65 and openssl-sys v0.9.1037c7958d
Merge pull request #2262 from alex/pkey-apid7b12cc
Switch Pkey::from_ to use set1 functions22ffa9a
Merge pull request #2258 from sfackler/init-md9de3794
Initialize OpenSSL in MD constructorsUpdates
tokio-postgres
from 0.7.10 to 0.7.11Commits
9226618
Release tokio-postgres v0.7.116b4566b
Release postgres-types v0.2.7c358077
Release postgres-protocol v0.6.74b9cdca
Merge pull request #1162 from sfackler/transaction-builder-cancellationa0b2d70
Fix cancellation of TransactionBuilder::starta1bdd0b
Merge pull request #1160 from sfackler/query-typed-cleanup71c836b
query_typed tweaks257bcfd
Merge pull request #1147 from exograph/exograph0fa3247
Fix a clippy warningdbd4d02
Address review comment to rename query_with_param_types to query_typedUpdates
tokio
from 1.38.0 to 1.39.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
f8fe0ff
chore: prepare Tokio v1.39.1 (#6716)47210a8
time: revert "avoid traversing entries in the time wheel twice" (#6715)29545d9
runtime: ignore many_oneshot_futures test for alt scheduler (#6712)48e35c1
chore: release Tokio v1.39.0 (#6711)dd1d371
macros: acceptIntoFuture
args for macros (#6710)6a1a7b1
chore: prepare tokio-macros v2.4.0 (#6707)51b03f0
deps: update to windows-sys v0.52 (#6154)754a1fb
deps: update to Mio v1 (#6635)90b23a9
metrics: add worker thread id (#6695)b69f16a
metrics: addworker_park_unpark_count
(#6696)Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | swc_ecma_ast | [>= 0.113.a, < 0.114] | | swc_ecma_parser | [>= 0.144.a, < 0.145] |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