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:
1.0.62
1.0.63
0.33.26
0.36.1
0.112.8
0.117.2
0.143.16
0.148.1
3.2.25
4.5.9
0.45.0
0.48.0
0.10.64
0.10.66
0.7.10
0.7.11
1.38.0
1.38.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.1Commits
Updates
swc_ecma_ast
from 0.112.8 to 0.117.2Commits
Updates
swc_ecma_parser
from 0.143.16 to 0.148.1Commits
Updates
clap
from 3.2.25 to 4.5.9Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
43e7368
chore: Releasef00dafa
docs: Update changelogda1093a
Merge pull request #5574 from zanieb/zb/try-help-custom2eb842c
feat: Show user defined help flags in hintsb24deb1
test: Add coverage for help flag hints866d7d1
chore(deps): Update compatible (dev) (#5560)d14bbc9
Merge pull request #5567 from epage/c5448020
fix: Install shells for CI1c5a625
fix: Fix wrongcfg(linux)
2d2d1f4
chore: Bump completestUpdates
sqlparser
from 0.45.0 to 0.48.0Changelog
Sourced from sqlparser's changelog.
... (truncated)
Commits
285f492
chore: Release sqlparser version 0.48.04e956a1
Add CHANGELOG for 0.48.0 (#1334)32b8276
Postgres: support forOWNER TO
clause (#1314)0727895
Add support of FORMAT clause for ClickHouse parser (#1335)9f60eb1
SupportDROP PROCEDURE
statement (#1324)bbee052
Add stale PR github workflow (#1331)17e5c0c
Fix CI error message in CI (#1333)66b4ec8
Fix typo insqlparser-derive
README (#1310)f77192d
Re-enable trailing commas in DCL (#1318)0884dd9
SupportPREWHERE
condition for ClickHouse dialect (#1328)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.38.1Release notes
Sourced from tokio's releases.
Commits
14b9f71
chore: release Tokio v1.38.1 (#6688)24344df
time: fix race condition leading to lost timers (#6683)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