Skip to content

Commit 03c7e1d

Browse files
committed
Bump crate versions, update version in Cargo.toml
1 parent a3690cb commit 03c7e1d

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v0.16.1
44

55
- Switch from [log] and [env_logger] to [tracing] and [tracing-subscriber]
6+
- Bump crate versions
67

78
## v0.16.0
89

Cargo.lock

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jail_exporter"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
description = "Prometheus exporter for FreeBSD jails."
55
edition = "2021"
66
license = "MIT"
@@ -74,7 +74,7 @@ version = "0.12"
7474
default-features = false
7575

7676
[dependencies.axum]
77-
version = "0.6.12"
77+
version = "0.6.15"
7878
default-features = false
7979
features = [
8080
"http1",
@@ -92,7 +92,7 @@ version = "0.14.0"
9292
optional = true
9393

9494
[dependencies.clap]
95-
version = "4.2.1"
95+
version = "4.2.2"
9696
default-features = false
9797
features = [
9898
"cargo",
@@ -102,7 +102,7 @@ features = [
102102
]
103103

104104
[dependencies.dialoguer]
105-
version = "0.10.3"
105+
version = "0.10.4"
106106
default-features = false
107107
optional = true
108108
features = [

0 commit comments

Comments
 (0)