Skip to content

Commit

Permalink
Bump libc from 0.2.135 to 0.2.136
Browse files Browse the repository at this point in the history
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.135 to 0.2.136.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.135...0.2.136)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 25, 2022
1 parent af9c17f commit d2994bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ntp-daemon/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ serde_json = "1.0.87"
sentry = { version = "0.27.0", optional = true, default-features = false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls"] }
sentry-tracing = { version = "0.27.0", optional = true }
rand = "0.8.5"
libc = "0.2.135"
libc = "0.2.136"
exitcode = "1.1.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ntp-os-clock/Cargo.toml
Expand Up @@ -8,5 +8,5 @@ license = "Apache-2.0 OR MIT"

[dependencies]
ntp-proto = { path = "../ntp-proto" }
libc = "0.2.135"
libc = "0.2.136"
thiserror = "1.0.37"
2 changes: 1 addition & 1 deletion ntp-udp/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT"

[dependencies]
tokio = { version = "1.21.2", features = ["net"] }
libc = "0.2.135"
libc = "0.2.136"
ntp-proto = { path = "../ntp-proto" }
tracing = "0.1.37"

Expand Down

0 comments on commit d2994bb

Please sign in to comment.