updating Rust crate versions
This commit is contained in:
Родитель
d7c4e8bcf0
Коммит
61fc597a87
|
@ -12,7 +12,7 @@ This document contains release notes pertaining to the Rust crates.
|
|||
- FPS => False positive reduction in static analysis.
|
||||
- FNS => False negative reduction in static analysis.
|
||||
|
||||
# UNRELEASED
|
||||
# 1.5.3 - 07/26/2024
|
||||
- DEP: `System.Text.Json` updated to `v8.0.4` to resolve Depandabot alert.
|
||||
- NEW: Introduces the `ScanEngine` struct, which allows simplified usage in concurrent scenarios---a single `ScanEngine` instance, along with per-thread `ScanState` instances, suffice without the need for additional synchronization. The existing `Scan` struct is operationally unchanged for users.
|
||||
- BRK: `Send` and `Sync` bounds have been added for `ScanDefinition` validators. This allows `ScanEngine` to be `Send + Sync`.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "microsoft_security_utilities_core"
|
||||
version = "1.5.2"
|
||||
version = "1.5.3"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "microsoft_security_utilities_core_ffi"
|
||||
version = "1.5.2"
|
||||
version = "1.5.3"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
|
Загрузка…
Ссылка в новой задаче