v0.6.0 is a breaking change due to updated dependencies.
CHANGELOG
3331a99 Updated Cargo.toml to 0.6.0 and reported breaking changes in the README as was done previously
87e29ce Merge pull request #88 from daniestevez/update-dependencies
6d03bde update dependencies
d5abd6c Merge pull request #83 from jreppnow/patch-1
de35749 use general error type for example in readme.md
700337e Merge pull request #80 from RampedIndent/patch-3
f003b47 Update README.md to address #61
ad0c862 Merge pull request #79 from deg4uss3r/degausser/fix_lints
14906cd Update lints to work with Rust 1.67
d899afe Merge pull request #78 from RampedIndent/patch-2
581cd78 Changed heading level
ae5ccc5 Update README.md
Commits
05e4fdd Implement store_perms & store_path_perms to specify file permissions (#94)
1ecf860 Match Licensing Information between Cargo.toml and Repository (#93)
2c2f9ea Merge pull request #91 from deg4uss3r/master
3331a99 Updated Cargo.toml to 0.6.0 and reported breaking changes in the README as wa...
87e29ce Merge pull request #88 from daniestevez/update-dependencies
linux_disable_fallback crate feature to disable /dev/urandom-based fallback on Linux and
Android targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and
Android API level to 23 (Marshmallow). #396
Changed
Disable /dev/urandom fallback for Linux targets outside of the following target_arches:
aarch64, arm, powerpc, powerpc64, s390x, x86, x86_64#396
Do not catch EPERM error code on Android while checking availability of
the getrandom syscall #396
This hopefully makes it easier to find how to execute statements which are not supported by the default
prepared statement interfaces query*() and query!().
Improved documentation across the board for the query*() functions.
Deprecated: execute_many() and fetch_many() on interfaces that use prepared statements.
Multiple SQL statements in one query string were only supported by SQLite because its prepared statement
interface is the only way to execute SQL. All other database flavors forbid multiple statements in
one prepared statement string as an extra defense against SQL injection.
The new raw_sql API retains this functionality because it explicitly does not use prepared statements.
Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is
supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.
Bumps the dependencies group with 27 updates:
2.0.48
2.0.58
1.0.35
1.0.36
1.0.79
1.0.82
2.0.1
2.2.0
4.4.18
4.5.4
0.5.1
0.6.1
94ead8f
|76facd6
94ead8f
|76facd6
94ead8f
|76facd6
94ead8f
|76facd6
0.2.12
0.2.14
0.3.67
0.3.69
0.4.20
0.4.21
1.10.3
1.10.4
1.0.195
1.0.197
1.0.111
1.0.115
0.7.3
0.7.4
0.2.1
0.3.0
1.35.1
1.37.0
0.2.90
0.2.92
0.4.40
0.4.42
0.7.3
0.7.5
0.15.0
0.15.1
0.3.67
0.3.69
94ead8f
|76facd6
1.0.56
1.0.58
0.2.4
1.1.0
Updates
syn
from 2.0.48 to 2.0.58Release notes
Sourced from syn's releases.
Commits
81adad6
Release 2.0.587247053
Merge pull request #1611 from dtolnay/customdollar990142f
Support '$' in custom_punctuation macro4753622
Merge pull request #1610 from dtolnay/sortpunct36a7f67
Sort tokens in the same order between custom_punctuation_len and Token macrof104427
Update test suite to nightly-2024-03-319cea040
Release 2.0.573c07b78
Release 2.0.56585df47
Merge pull request #1608 from BD103/deps-featuresd7650b2
chore: bump msrv to 1.60 (pt. 2)Updates
quote
from 1.0.35 to 1.0.36Release notes
Sourced from quote's releases.
Commits
5d4880c
Release 1.0.361dd7ce7
Merge pull request #273 from dtolnay/doc0bc5d12
Apply doc comment to cfg(not(doc)) macros tooc295f5c
Revert "Temporarily disable miri on doctests"435bd1b
Update ui test suite to nightly-2024-03-31cc3847d
Explicitly install a Rust toolchain for cargo-outdated job6259d49
Temporarily disable miri on doctestsbdb4b59
Update ui test suite to nightly-2024-02-08c2aeca9
Update ui test suite to nightly-2024-01-31376a061
Merge pull request #270 from dtolnay/benchUpdates
anyhow
from 1.0.79 to 1.0.82Release notes
Sourced from anyhow's releases.
Commits
074bdea
Release 1.0.8247a4fbf
Merge pull request #360 from dtolnay/docensurec5af1db
Make ensure's doc comment apply to the cfg(not(doc)) macro toobebc7a2
Revert "Temporarily disable miri on doctests"f2c4db9
Update ui test suite to nightly-2024-03-31028cbee
Explicitly install a Rust toolchain for cargo-outdated job7a4cac5
Merge pull request #358 from dtolnay/workspacewrapper939db01
Apply RUSTC_WORKSPACE_WRAPPER9f84a37
Temporarily disable miri on doctests45e5a58
Ignore dead code lint in testUpdates
async-process
from 2.0.1 to 2.2.0Release notes
Sourced from async-process's releases.
Changelog
Sourced from async-process's changelog.
Commits
581c0a0
v2.2.0420c303
ci: Add a test that sleepsbbd42b5
feat: Allow fallback to signal backend1e0751f
feat: Add a waitable process backend for Linux02699a4
m: Move reaper-related code to another moduleed17f53
v2.1.0b6c1dde
chore: Bump event-listener to v5.1.035a77ff
m: Port to event-listener v5.0.0Updates
clap
from 4.4.18 to 4.5.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
5e4facf
chore: Release8880b0a
docs: Update changelog132b5dd
Merge pull request #5425 from epage/litdf915fe
fix(derive): Re-allow expressions for id's8eab48f
refactor(derive): Make it easier to work with 'Name'be73195
refactor(derive): Clarify tests024089b
Merge pull request #5415 from Pi-Cla/patch-13b35dba
docs: Add mention of nushell to clap_complete README58469d1
Merge pull request #5405 from epage/docs655d829
docs(derive): Fix ToC links within tutorial chaptersUpdates
confy
from 0.5.1 to 0.6.1Release notes
Sourced from confy's releases.
Commits
05e4fdd
Implementstore_perms
&store_path_perms
to specify file permissions (#94)1ecf860
Match Licensing Information between Cargo.toml and Repository (#93)2c2f9ea
Merge pull request #91 from deg4uss3r/master3331a99
Updated Cargo.toml to 0.6.0 and reported breaking changes in the README as wa...87e29ce
Merge pull request #88 from daniestevez/update-dependencies6d03bde
update dependenciesd5abd6c
Merge pull request #83 from jreppnow/patch-1de35749
use general error type for example in readme.md700337e
Merge pull request #80 from RampedIndent/patch-3f003b47
Update README.md to address #61Updates
dioxus
from94ead8f
to76facd6
Commits
76facd6
Add use_shared_lockea616f6
Make 'UseAsyncLock' hookf643d44
Make 'UseLock' hook417cea7
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-buildb1f617a
Merge pull request #1899 from Andrew15-5/fix-router-macro-typocb9a435
Merge pull request #1900 from Andrew15-5/add-short-release-option009238b
feat(cli): added shortrelease
build option8beb3c7
chore(docs): fixed typo in router-macro62b0f87
fix(build): now fullstack client uses correct configa3d6e9d
fix hotreload cfg on release buildsUpdates
dioxus-desktop
from94ead8f
to76facd6
Commits
76facd6
Add use_shared_lockea616f6
Make 'UseAsyncLock' hookf643d44
Make 'UseLock' hook417cea7
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-buildb1f617a
Merge pull request #1899 from Andrew15-5/fix-router-macro-typocb9a435
Merge pull request #1900 from Andrew15-5/add-short-release-option009238b
feat(cli): added shortrelease
build option8beb3c7
chore(docs): fixed typo in router-macro62b0f87
fix(build): now fullstack client uses correct configa3d6e9d
fix hotreload cfg on release buildsUpdates
dioxus-fullstack
from94ead8f
to76facd6
Commits
76facd6
Add use_shared_lockea616f6
Make 'UseAsyncLock' hookf643d44
Make 'UseLock' hook417cea7
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-buildb1f617a
Merge pull request #1899 from Andrew15-5/fix-router-macro-typocb9a435
Merge pull request #1900 from Andrew15-5/add-short-release-option009238b
feat(cli): added shortrelease
build option8beb3c7
chore(docs): fixed typo in router-macro62b0f87
fix(build): now fullstack client uses correct configa3d6e9d
fix hotreload cfg on release buildsUpdates
dioxus-web
from94ead8f
to76facd6
Commits
76facd6
Add use_shared_lockea616f6
Make 'UseAsyncLock' hookf643d44
Make 'UseLock' hook417cea7
Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-buildb1f617a
Merge pull request #1899 from Andrew15-5/fix-router-macro-typocb9a435
Merge pull request #1900 from Andrew15-5/add-short-release-option009238b
feat(cli): added shortrelease
build option8beb3c7
chore(docs): fixed typo in router-macro62b0f87
fix(build): now fullstack client uses correct configa3d6e9d
fix hotreload cfg on release buildsUpdates
getrandom
from 0.2.12 to 0.2.14Changelog
Sourced from getrandom's changelog.
Commits
a39033a
Enable/dev/urandom
fallback for MUSL-based Linux targets (#408)968dd48
Release v0.2.13 (#405)8ffd43e
Conditionally disable file fallback for Android and Linux (#396)6b7bcb5
Replace man7.org links with manned.org (#404)5f0701f
CI: Run tests on aarch64-apple-darwin and aarch64-apple-ios-sim. (#398)489eeee
Fix nightly build by removing redundantuse
(#399)d102c36
Usedoc_auto_cfg
instead ofdoc_cfg
(#392)2e4bb4d
Correct comments regarding LazyUsize (#391)Updates
js-sys
from 0.3.67 to 0.3.69Commits
Updates
log
from 0.4.20 to 0.4.21Changelog
Sourced from log's changelog.
Commits
3ccdc28
Merge pull request #617 from rust-lang/cargo/0.4.216153cb2
prepare for 0.4.21 releasef0f7494
Merge pull request #613 from rust-lang/feat/kv-cleanup2b220bf
clean up structured logging example646e9ab
use original Visitor name for VisitValuecf85c38
add needed subfeatures to kv_unstable73e9539
fix up capturing of :err31bb4b0
move error macros togetherad91711
support field shorthand in macros90a347b
restore removed APIs as deprecatedUpdates
regex
from 1.10.3 to 1.10.4Commits
aa2d8bd
1.10.4088d7f3
api: add Cow guarantee to replace APIa5ae351
regex-automata-0.4.69cf4a42
automata: fix bug where reverse NFA lacked an unanchored prefix10fe722
style: clean up some recent lint violationsd7f9347
regex-automata-0.4.507ef7f1
automata: make additional prefileter metadata publicUpdates
serde
from 1.0.195 to 1.0.197Release notes
Sourced from serde's releases.
Commits
5fa711d
Release 1.0.197f5d8ae4
Resolve prelude redundant import warnings1d54973
Merge pull request #2697 from nyurik/format-strb8fafef
A few minorwrite_str
optimizations and inliningc42ebb8
Update ui test suite to nightly-2024-02-129e68062
Ignore incompatible_msrv clippy lint for conditionally compiled code846f865
Ignore dead_code warnings in testede9762
Release 1.0.196d438c2d
Merge pull request #2682 from dtolnay/decimalpointbef110b
Format Unexpected::Float with decimal pointUpdates
serde_json
from 1.0.111 to 1.0.115Release notes
Sourced from serde_json's releases.
Commits
b1ebf38
Release 1.0.115c3dc153
Merge pull request #1119 from titaniumtraveler/pr218770b
Explicitly install a Rust toolchain for cargo-outdated job840da8e
Fix missing backticks in doc comments3a3f61b
Temporarily disable miri on doctests4a0be88
Format regression tests with rustfmtd2dbbf7
Ignore dead code lint in tests8e7b37b
Merge pull request #1118 from serde-rs/transparenta25f6c6
Remove conditional on repr(transparent)fedf834
Ignore non_local_definitions false positive in testUpdates
sqlx
from 0.7.3 to 0.7.4Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
635dba5
fix: deprecation inpostgres::types::chrono
a2b89d7
fix: deprecation warnings insqlite::types::chrono
, documentDATETIME
beh...248d617
chore: prepare 0.7.4 released005111
fix: better I/O errors whenmigrate!()
cannot read a file24be262
fix: restoreMigrator
to the public APIbbfd0d7
fix: AnyRow not support PgType::Varchar (#2976)b29eab0
feat: addto_url_lossy
to connect options (#2902)34860b7
fix(ci): just cfg-out the wholetests/sqlite/sqlcipher.rs
791a7f5
doc(pg): document behavior ofbigdecimal
andrust_decimal
with out-of-ran...e5c18b3
fix: gatesqlcipher
testing behindcfg
to make development less annoyingUpdates
tokio-tungstenite-wasm
from 0.2.1 to 0.3.0Commits
b16bc63
chore: Release tokio-tungstenite-wasm version 0.3.0d4817b5
Update dependencies.4f3f718
Merge branch 'main' of github.com:TannerRogalsky/tokio-tungstenite-wasm into ...e490d0c
Merge pull request #4 from TannerRogalsky/fix-compile-tls5b02957
Merge pull request #3 from get10101/fix-compile-tls115fc45
Update readme for feature information.8af93cb
Check all signficant features.6fec26f
Undo version change.d844e8e
fix: allow TLS features to compileUpdates
tokio
from 1.35.1 to 1.37.0Release notes
Sourced from tokio's releases.