Skip to content

Commit 5972ad9

Browse files
committed
Bump version to 7.1.3
Taariq Lewis, SerenAI, Paloma, and Volume at https://serendb.com
1 parent 5e317ac commit 5972ad9

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [7.1.3] - 2026-01-05
6+
7+
### Fixed
8+
9+
- **Security audit failure resolved**: Added `.cargo/audit.toml` to ignore RUSTSEC-2026-0001 (rkyv vulnerability). The rkyv crate is an optional dependency of rust_decimal that we don't use - only db-tokio-postgres feature is enabled, not rkyv serialization.
10+
11+
- **Dependency updates**: Upgraded mysql_async from 0.34 to 0.36, updated rust_decimal to explicitly disable default features.
12+
513
## [7.1.2] - 2026-01-05
614

715
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[package]
99
name = "database-replicator"
10-
version = "7.1.2"
10+
version = "7.1.3"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
description = "Universal database-to-PostgreSQL replication CLI. Supports PostgreSQL, SQLite, MongoDB, and MySQL."

0 commit comments

Comments
 (0)