Skip to content

Commit

Permalink
deps: run cargo update (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Jun 8, 2024
1 parent fd9c7a2 commit 58e277d
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 51 deletions.
92 changes: 46 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ convert-enum = { workspace = true }
num_enum = { workspace = true }
derive_more = { workspace = true }
rcgen = { version = "0.13", optional = true }
maxminddb = { version = "0.24.0", optional = true }
sysinfo = { version = "0.30.12", optional = true }
maxminddb = { version = "0.24", optional = true }
sysinfo = { version = "0.30", optional = true }

[features]
default = ["gateway", "media", "connector", "cert_utils"]
Expand Down
2 changes: 1 addition & 1 deletion packages/media_gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
log = { workspace = true }
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
media-server-protocol = { path = "../protocol" }
atm0s-sdn = { workspace = true }
prost = { workspace = true }
4 changes: 2 additions & 2 deletions packages/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bincode = "1.3.3"
bincode = "1.3"
log = { workspace = true }
convert-enum = { workspace = true }
derivative = { workspace = true }
derive_more = { workspace = true }
prost = { workspace = true }
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
quinn = { version = "0.11", optional = true }
tokio = { version = "1", features = ["rt"] }

Expand Down

0 comments on commit 58e277d

Please sign in to comment.