1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00

Merge pull request #1372 from Luap99/mozim

bump mozim to v0.3.1
This commit is contained in:
Brent Baude
2025-12-05 11:47:01 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1011,9 +1011,9 @@ dependencies = [
[[package]]
name = "mozim"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c65785bc34f52e5e2d28009bdefd8250ede9614e705be61f8e5097effda3c0be"
checksum = "f0437e58b082a444d57ee1e67eff5f5b98e4c3c64063bffc447ac9ae29a5ca3a"
dependencies = [
"etherparse",
"futures",

View File

@@ -55,7 +55,7 @@ tokio-stream = { version = "0.1.17", features = ["net"] }
tonic = "0.14.2"
tonic-prost = "0.14.2"
prost = "0.14.1"
mozim = "0.3.0"
mozim = "0.3.1"
futures-channel = "0.3.31"
futures-core = "0.3.31"
futures-util = "0.3.31"