Skip to content

Commit

Permalink
fix(deps): Update cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maweil committed Jan 23, 2024
1 parent 9696c56 commit 40c497c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
32 changes: 22 additions & 10 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
name = "mumble-docker"
version = "0.1.0"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1.7.0"
libc = "0.2.138"
regex = "1.10.3"
libc = "0.2.152"

[profile.release]
lto = true
Expand Down

0 comments on commit 40c497c

Please sign in to comment.