Skip to content

Commit 6d72d3e

Browse files
committed
Release 1.3.1
1 parent c9bc5a1 commit 6d72d3e

13 files changed

+57
-52
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.3.1] - 2024-11-28
4+
5+
### Changed
6+
- Updated dependencies. Includes fixes for RUSTSEC-2024-0399.
7+
38
## [1.3.0] - 2024-09-19
49

510
### Added
@@ -244,6 +249,7 @@ process.
244249
- Fixed a bug in peer dispersion calculation which resulted in overly
245250
pessimistic dispersion estimates.
246251

252+
[1.3.1]: https://github.com/pendulum-project/ntpd-rs/compare/v1.3.0...v1.3.1
247253
[1.3.0]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.3...v1.3.0
248254
[1.2.3]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.2...v1.2.3
249255
[1.2.2]: https://github.com/pendulum-project/ntpd-rs/compare/v1.2.0...v1.2.2

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolver = "2"
1212

1313
# Global settings for our crates
1414
[workspace.package]
15-
version = "1.3.0"
15+
version = "1.3.1"
1616
edition = "2021"
1717
license = "Apache-2.0 OR MIT"
1818
repository = "https://github.com/pendulum-project/ntpd-rs"
@@ -62,4 +62,4 @@ zeroize = "1.7"
6262

6363
# our own crates used as dependencies, same version as the workspace version
6464
# NOTE: keep this part at the bottom of the file, do not change this line
65-
ntp-proto = { version = "1.3.0", path = "./ntp-proto", features = ["__internal-api"] }
65+
ntp-proto = { version = "1.3.1", path = "./ntp-proto", features = ["__internal-api"] }

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ allow = [
1010
"Apache-2.0",
1111
"MIT",
1212
"ISC",
13-
"Unicode-DFS-2016",
13+
"Unicode-3.0",
1414
"BSD-3-Clause",
1515
"OpenSSL",
1616
]

docs/man/ntp-ctl.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-CTL(8) ntpd-rs 1.3.0 | ntpd-rs
2+
title: NTP-CTL(8) ntpd-rs 1.3.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp-daemon.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-DAEMON(8) ntpd-rs 1.3.0 | ntpd-rs
2+
title: NTP-DAEMON(8) ntpd-rs 1.3.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp-metrics-exporter.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.3.0 | ntpd-rs
2+
title: NTP-METRICS-EXPORTER(8) ntpd-rs 1.3.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/man/ntp.toml.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ---
2-
title: NTP.TOML(5) ntpd-rs 1.3.0 | ntpd-rs
2+
title: NTP.TOML(5) ntpd-rs 1.3.1 | ntpd-rs
33
--- -->
44

55
# NAME

docs/precompiled/man/ntp-ctl.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-CTL" "8" "" "ntpd-rs 1.3.0" "ntpd-rs"
17+
.TH "NTP-CTL" "8" "" "ntpd-rs 1.3.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp-daemon.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.3.0" "ntpd-rs"
17+
.TH "NTP-DAEMON" "8" "" "ntpd-rs 1.3.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp-metrics-exporter.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.3.0" "ntpd-rs"
17+
.TH "NTP-METRICS-EXPORTER" "8" "" "ntpd-rs 1.3.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

docs/precompiled/man/ntp.toml.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "NTP.TOML" "5" "" "ntpd-rs 1.3.0" "ntpd-rs"
17+
.TH "NTP.TOML" "5" "" "ntpd-rs 1.3.1" "ntpd-rs"
1818
.hy
1919
.SH NAME
2020
.PP

fuzz/Cargo.lock

Lines changed: 37 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)