Skip to content

Commit 2ac6b31

Browse files
committed
fix again
1 parent 4237ea0 commit 2ac6b31

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
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
@@ -20,7 +20,7 @@ reqwest = { version = "0.12.22", features = ["blocking", "json",
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
jsonwebtoken = "9.2"
23-
dotenv = "0.15"
23+
dotenvy = "0.15"
2424
ring = "0.17.7"
2525
shellexpand = "3.1"
2626
libloading = "0.8"

src/modules/docker/docker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use colored::Colorize;
2-
use dotenv::dotenv;
2+
use dotenvy::dotenv;
33
use std::env;
44
use std::process::Command;
55

0 commit comments

Comments
 (0)