Browse Source

chore: Upgrade oo7 crate

merge-requests/1461/head
Kévin Commaille 3 years ago
parent
commit
71f04c86e0
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -3437,9 +3437,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "oo7"
version = "0.1.2"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1007a6c292751abc192f8dbeef8341bac074e991be7b0eb27a6aece5ee79b4dd"
checksum = "9ccef508ad85be8bf619ea56ba0f99ebcef59d87d759e22fd3bf2d96649c897c"
dependencies = [
"aes",
"byteorder",

2
Cargo.toml

@ -46,7 +46,7 @@ log = "0.4"
mime = "0.3"
mime_guess = "2"
once_cell = "1"
oo7 = { version = "0.1", default-features = false, features = [
oo7 = { version = "0.2", default-features = false, features = [
"native_crypto",
"tokio",
"tracing",

Loading…
Cancel
Save