Skip to content

Commit f6b078f

Browse files
authored
rustsec v0.30.0 (#1275)
1 parent 2abaae6 commit f6b078f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ platforms = { version = "3", path = "./platforms" }
3434
quitters = { version = "0.1.0", path = "./quitters" }
3535
regex = { version = "1.10.6", default-features = false }
3636
rust-embed = "8.5.0"
37-
rustsec = { version = "=0.30.0-rc.1", path = "./rustsec" }
37+
rustsec = { version = "0.30", path = "./rustsec" }
3838
semver = "1.0.23"
3939
serde = "1"
4040
serde_json = "1"

rustsec/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.30.0 (2024-10-29)
8+
9+
### Changed
10+
- MSRV 1.73 ([#1222])
11+
- Bump `cargo-lock` to v0.10; adds V4 lockfile support ([#1224], [#1264])
12+
- Bump `gix` to 0.66 ([#1251])
13+
- Bump `tame-index` to v0.14 ([#1251])
14+
15+
[#1222]: https://github.com/rustsec/rustsec/pull/1222
16+
[#1224]: https://github.com/rustsec/rustsec/pull/1224
17+
[#1251]: https://github.com/rustsec/rustsec/pull/1251
18+
[#1264]: https://github.com/rustsec/rustsec/pull/1264
19+
720
## 0.29.2 (2024-05-01)
821

922
### Changed

rustsec/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustsec"
33
description = "Client library for the RustSec security advisory database"
4-
version = "0.30.0-rc.1"
4+
version = "0.30.0"
55
authors = ["Tony Arcieri <bascule@gmail.com>"]
66
license = "Apache-2.0 OR MIT"
77
homepage = "https://rustsec.org"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
categories = ["api-bindings", "development-tools"]
1111
keywords = ["audit", "rustsec", "security", "advisory", "vulnerability"]
1212
edition = "2021"
13-
rust-version = "1.73.0"
13+
rust-version = "1.73"
1414

1515
[dependencies]
1616
cargo-lock = { workspace = true }

0 commit comments

Comments
 (0)