Skip to content

Commit 58e277d

Browse files
authored
deps: run cargo update (#309)
1 parent fd9c7a2 commit 58e277d

File tree

4 files changed

+51
-51
lines changed

4 files changed

+51
-51
lines changed

Cargo.lock

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

bin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ convert-enum = { workspace = true }
2828
num_enum = { workspace = true }
2929
derive_more = { workspace = true }
3030
rcgen = { version = "0.13", optional = true }
31-
maxminddb = { version = "0.24.0", optional = true }
32-
sysinfo = { version = "0.30.12", optional = true }
31+
maxminddb = { version = "0.24", optional = true }
32+
sysinfo = { version = "0.30", optional = true }
3333

3434
[features]
3535
default = ["gateway", "media", "connector", "cert_utils"]

packages/media_gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
log = { workspace = true }
10-
serde = { version = "1.0.200", features = ["derive"] }
10+
serde = { version = "1.0", features = ["derive"] }
1111
media-server-protocol = { path = "../protocol" }
1212
atm0s-sdn = { workspace = true }
1313
prost = { workspace = true }

packages/protocol/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
bincode = "1.3.3"
9+
bincode = "1.3"
1010
log = { workspace = true }
1111
convert-enum = { workspace = true }
1212
derivative = { workspace = true }
1313
derive_more = { workspace = true }
1414
prost = { workspace = true }
15-
serde = { version = "1.0.200", features = ["derive"] }
15+
serde = { version = "1.0", features = ["derive"] }
1616
quinn = { version = "0.11", optional = true }
1717
tokio = { version = "1", features = ["rt"] }
1818

0 commit comments

Comments
 (0)