flat-manager
flat-manager copied to clipboard
build(deps): bump actix-service from 0.4.2 to 1.0.6
Bumps actix-service from 0.4.2 to 1.0.6.
Release notes
Sourced from actix-service's releases.
actix-service: v1.0.6
Fixed
- Removed unsound custom Cell implementation that allowed obtaining several mutable references to the same data, which is undefined behavior in Rust and could lead to violations of memory safety. External code could obtain several mutable references to the same data through service combinators. Attempts to acquire several mutable references to the same data will instead result in a panic.
Big thanks to
@Shnatsel,@dunnockand@Nemo157for working towards this fix. 🎉actix-server: v1.0.4
- Update actix-codec to 0.3.0.
- Workers must be greater than 0. #167
actix-server: v1.0.3
[1.0.3] - 2020-05-19
Changed
- Replace deprecated
net2crate withsocket2#140actix-testing: v1.0.1
[1.0.1] - 2020-05-19
Replace deprecated
net2crate withsocket2Remove unused
futuresdependencybytestring: v1.0.0
- Update
bytesdependency to1.- Add array and slice of
u8impls ofTryFromup to 32 in length.- Rename
get_reftoas_bytesand renameinto_innertointo_bytes.ByteString::newis now aconst fn.- Crate is now
#[no_std]compatible.actix-codec: v0.5.1
- Logs emitted now use the
tracingcrate withlogcompatibility. #451- Minimum supported Rust version (MSRV) is now 1.49.
actix-codec: v0.5.0
- Updated
tokio-utildependency to0.7.0. #446
... (truncated)
Commits
a5a6b67prepare actix-service 1.0.6 release (#175)afb0a3cactix-service: Fix clippy warning in benches (#174)02aaa75fix actix-service doc error (#172)ed4b708Fix CI on MSRV check (#171)235a76dGHA: Switch action to the official setup-msys2 (#169)0c5f1daRemove garbled doc comment for actix_router::IntoPattern::is_single (#168)8ace926Check code style with rustfmt on CI (#164)0dca1a7actix-utils: Remove unsound custom Cell as well (#161)5d6d309Simplify bcodec decode (#162)8d0bd7cImprove bcodec encode performance (#157)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.