Skip to content

Commit 68c08f3

Browse files
guvencMalteJ
authored andcommitted
Bump uuid, log, clap and chrono crates to latest versions
Signed-off-by: Guvenc Gulce <[email protected]>
1 parent be56af0 commit 68c08f3

File tree

2 files changed

+29
-30
lines changed

2 files changed

+29
-30
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ anyhow = "1.0.80"
2424
nix = { version = "0.29.0", features = ["mount", "user", "reboot", "feature", "net", "aio", "signal", "process", "fs", "hostname"] }
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0.132"
27-
uuid = { version = "1.7.0", features = ["v4"] }
27+
uuid = { version = "1.18.1", features = ["v4"] }
2828
tonic-build = "0.11.0"
29-
log = "0.4"
29+
log = "0.4.28"
3030
env_logger = "0.11"
3131
openssl = { version = "0.10.72", features = ["vendored"] }
3232
oci-distribution = "0.11.0"
33-
tempfile = "3.10.1"
33+
tempfile = "3.22.0"
3434
tower = { version = "0.4", features = ["full"] }
3535
sha2 = "0.10"
3636
hex = "0.4"
3737
digest = "0.10"
38-
clap = { version = "4.5", features = ["derive", "env"] }
38+
clap = { version = "4.5.47", features = ["derive", "env"] }
3939
dotenvy = { version = "0.15"}
4040
libc = "0.2"
4141
rtnetlink = "0.14.1"
@@ -44,5 +44,5 @@ pnet = "0.35.0"
4444
dhcproto = "0.12.0"
4545
socket2 = "0.5.7"
4646
futures = "0.3.31"
47-
chrono = "0.4"
47+
chrono = "0.4.42"
4848
feos-proto = { path = "feos/proto" }

0 commit comments

Comments
 (0)