Skip to content

Commit

Permalink
Merge pull request #716 from tgonzalezorlandoarm/tg/update-crates
Browse files Browse the repository at this point in the history
Update toml, env_logger and bindgen crates
  • Loading branch information
gowthamsk-arm authored Oct 9, 2023
2 parents 0231671 + f2c2fe5 commit 3bcd732
Show file tree
Hide file tree
Showing 6 changed files with 703 additions and 610 deletions.
129 changes: 98 additions & 31 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ base64 = "0.21.0"
threadpool = "1.8.1"
signal-hook = "0.3.4"
sd-notify = "0.4.1"
toml = "0.5.8"
toml = "0.8.0"
serde = { version = "1.0.123", features = ["derive"] }
env_logger = "0.8.3"
env_logger = "0.10.0"
log = { version = "0.4.14", features = ["serde"] }
cryptoki = { version = "0.6.0", optional = true, default-features = false }
picky-asn1-der = { version = "0.4.0", optional = true }
Expand All @@ -50,7 +50,7 @@ rust-cryptoauthlib = { version = "0.4.4", features=["software-backend"]}


[build-dependencies]
bindgen = { version = "0.63.0", optional = true }
bindgen = { version = "0.66.1", optional = true }
prost-build = { version = "0.9.0", optional = true }

[package.metadata.docs.rs]
Expand Down
Loading

0 comments on commit 3bcd732

Please sign in to comment.