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 22 updates in the / directory:
2.0.48
2.0.58
1.0.35
1.0.36
1.0.79
1.0.84
2.0.1
2.2.2
4.4.18
4.5.4
0.5.1
0.6.1
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.202
1.0.111
1.0.117
0.7.3
0.7.4
0.2.1
0.3.0
1.35.1
1.37.0
0.4.40
0.4.42
0.7.3
0.7.6
0.15.0
0.15.1
0.3.67
0.3.69
1.0.56
1.0.61
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.84Release notes
Sourced from anyhow's releases.
Commits
368f3e9
Release 1.0.8420a9ff7
Merge pull request #367 from dtolnay/notboolcbd91b8
Switch to custom Not trait instead of '!' operator79d1684
Add test of ensure through a Not impl2b42f62
Simplify nonbool ensure test3f9c220
Merge pull request #366 from dtolnay/derefbool85f0a69
Add ensure test with a Deref to bool52a46eb
Merge pull request #365 from dtolnay/ensuretypeeb8becf
Ignore match_single_binding clippy lint in testf1cd62c
Add ui test for incorrect type of ensure argumentUpdates
async-process
from 2.0.1 to 2.2.2Release notes
Sourced from async-process's releases.
Changelog
Sourced from async-process's changelog.
Commits
a9e4b09
v2.2.276badb6
Fix typo in ChildStdin docs (#77)7323b44
v2.2.106fb10a
bugfix: Use AtomicUsize instead of U64 to count zombies for 32-bit compatibility581c0a0
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.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.202Release notes
Sourced from serde's releases.
Commits
9e32a40
Release 1.0.20287f635e
Release serde_derive_internals 0.29.1d4b2dfb
Merge pull request #2743 from dtolnay/renameallrulesf6ab0bc
Provide public access to RenameAllRules in serde_derive_internals48cc2a6
Replace use of a syn From impl3202a68
Skip rerunning build script on library code changesb4f1bc1
Release 1.0.201029ab46
Merge pull request #2737 from dtolnay/checkcfg220ca0c
Resolve unexpected_cfgs warning20306f4
Fix cfg on test_systemtime_overflowUpdates
serde_json
from 1.0.111 to 1.0.117Release notes
Sourced from serde_json's releases.
Commits
0ae247c
Release 1.0.1174517c7a
PartialEq is not implemented between Value and 128-bit intsfdf99c7
Combine number PartialEq testsb4fc245
Merge pull request #1130 from serde-rs/checkcfg98f1a24
Resolve unexpected_cfgs warninga3f62bb
Release 1.0.11612c8ee0
Hide "non-exhaustive patterns" errors when crate fails to compile051ce97
Merge pull request 1124 from mleonhard/master25dc750
Replacefeatures_check
mod with a call tostd::compile_error!
. Fixes htt...2e15e3d
Revert "Temporarily disable miri on doctests"Updates
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.