cargo upgrade

This commit is contained in:
Bryan Stitt 2023-07-28 12:55:10 -07:00
parent ab01b4c5a7
commit d14837aa77
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4236,9 +4236,9 @@ dependencies = [
[[package]]
name = "portable-atomic"
version = "1.4.1"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edc55135a600d700580e406b4de0d59cb9ad25e344a3a091a97ded2622ec4ec6"
checksum = "f32154ba0af3a075eefa1eda8bb414ee928f62303a54ea85b8d6638ff1a6ee9e"
[[package]]
name = "ppv-lite86"

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
log = "0.4.19"
portable-atomic = { version = "1.4.1", features = ["float"] }
portable-atomic = { version = "1.4.2", features = ["float"] }
serde = { version = "1.0.177", features = [] }
tokio = { version = "1.29.1", features = ["full"] }
tracing = "0.1.37"