Skip to content

Commit ba9255b

Browse files
committed
build: update to dotenvx-rs 0.4.18
1 parent 9f3d508 commit ba9255b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ dirs = "6"
3636
dirs-sys = "0.5"
3737
which = "8.0"
3838
thiserror = "2"
39-
error-stack = "0.5"
40-
dotenvx-rs = "0.4.14"
39+
error-stack = "0.6"
40+
dotenvx-rs = "0.4.18"
4141
shlex = "1.3"
4242
cfg-if = "1"
4343
uuid = { version = "1.18", features = ["v4"] }
@@ -66,7 +66,7 @@ lto = true
6666
# Config for 'dist'
6767
[workspace.metadata.dist]
6868
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
69-
cargo-dist-version = "0.29.0"
69+
cargo-dist-version = "0.30.0"
7070
# CI backends to support
7171
ci = "github"
7272
# The installers to generate for each app

0 commit comments

Comments
 (0)