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
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 25 updates:
2.0.48
2.0.55
1.0.79
1.0.81
2.0.1
2.1.0
4.4.18
4.5.4
0.5.1
0.6.1
94ead8f
|76facd6
94ead8f
|76facd6
94ead8f
|76facd6
94ead8f
|76facd6
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.114
0.7.3
0.7.4
0.2.1
0.3.0
1.35.1
1.36.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.55Release notes
Sourced from syn's releases.
Commits
d4c4811
Release 2.0.5521d9e5f
Merge pull request #1603 from dtolnay/compat6e8a372
Restore compatibility with rustc 1.56 through 1.59a5d02b1
Release 2.0.54c218a35
Merge pull request #1602 from dtolnay/deadcode2ddfdc6
Suppress dead code lint on custom token's span fielde4f3216
Update test suite to nightly-2024-03-23fa563a4
Merge pull request #1601 from dtolnay/vistestcfb9bb4
Add test of unnamed tuple struct field with inherited visibility73c3087
Update test suite to nightly-2024-03-22Updates
anyhow
from 1.0.79 to 1.0.81Release notes
Sourced from anyhow's releases.
Commits
4aad4ed
Release 1.0.818be9091
Merge pull request #354 from dtolnay/deadcodea2eb7dd
Make compatible with -Dwarnings5443719
Release 1.0.80dfc7bc0
Work around prelude redundant import warnings6e4f86b
Import from alloc not std, where possiblef885a13
Ignore incompatible_msrv clippy false positives in testfefbcbc
Ignore incompatible_msrv clippy lint78f2d81
Update ui test suite to nightly-2024-02-08edd88d3
Update ui test suite to nightly-2024-01-31Updates
async-process
from 2.0.1 to 2.1.0Release notes
Sourced from async-process's releases.
Changelog
Sourced from async-process's changelog.
Commits
ed17f53
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
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.114Release notes
Sourced from serde_json's releases.
Commits
e1b3a6d
Release 1.0.1146fb7026
Work around prelude redundant import warnings34a04c5
Ignore incompatible_msrv clippy false positives in testca05f69
Remove unused Float::is_sign_negative trait method09d865b
Release 1.0.1135aeab4e
Merge pull request #1109 from serde-rs/removeca3c2ca
Add swap_remove and shift_remove methods on Map7fece96
Release 1.0.1126a6d2bb
Merge pull request #1107 from serde-rs/unexpectedfloat83d7bad
Format f64 in error messages using ryuUpdates
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.36.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
eaf81ed
chore: prepare Tokio v1.36.0 (#6312)53f9e5a
ci: make sure dictionary words are sorted and unique (#6316)9077762
net: expose keepalive option onTcpSocket
(#6311)131e7b4
ci: add spellchecking (#6297)e53b92a
io: clarifyclear_ready
docs (#6304)7536132
sync: use AtomicBool in broadcast channel future (#6298)b6d0c90
macros: fix trait_method breaking change detection (#6308)4846959
runtime: remove obsolete comment (#6303)ec30383
net: addUnixSocket
(#6290)f80bbec
io: simplify check for empty slice (#6293)Updates
wasm-bindgen
from 0.2.90 to 0.2.92Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
2a4a493
Prepare v0.2.92 release (#3869)8e992dc
Don't allow invalid Unicode scalar values inchar
(#3866)807bdb4
Revert "Allow using'static
lifetimes in functions (#3856)" (#3865)983ec57
AddSuperseded by #561.