Skip to content

Commit

Permalink
Update Rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 18, 2022
1 parent 6633bca commit 8d52c0d
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 71 deletions.
96 changes: 51 additions & 45 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 distributor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = { version = "1.0.66", features = ["backtrace"] }
base64 = "0.13.1"
anyhow = { version = "1.0.68", features = ["backtrace"] }
base64 = "0.20.0"
byte-strings = { version = "0.2.2", features = ["const-friendly"] }
ciborium = "0.2.0"
clap = { version = "3.2.23", features = ["derive"] }
Expand All @@ -41,7 +41,7 @@ rustls-pemfile = "1.0.1"
sha2 = "0.10.6"
# TODO: Determine if I can remove strip_id_headers because it's default.
sxg_rs = { path = "../sxg_rs", features = ["strip_id_headers", "rust_signer", "srcset"] }
thiserror = "1.0.37"
thiserror = "1.0.38"
tls-listener = { version = "0.5.1", features = ["hyper-h1", "hyper-h2", "rustls"] }
tokio = { version = "1.23.0", features = ["rt-multi-thread", "macros", "sync", "time"] }
tokio-rustls = "0.23.4"
Expand Down
10 changes: 5 additions & 5 deletions fastly_compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ publish = false
debug = false

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.59"
base64 = "0.13.1"
anyhow = "1.0.68"
async-trait = "0.1.60"
base64 = "0.20.0"
fastly = "^0.8.9"
http = "0.2.8"
log = "0.4.17"
log-fastly = "0.8.9"
pem = "1.1.0"
serde = { version = "1.0.149", features = ["derive"] }
serde_yaml = "0.9.14"
serde = { version = "1.0.151", features = ["derive"] }
serde_yaml = "0.9.16"
sxg_rs = { path = "../sxg_rs", features = ["rust_signer"] }
tokio = { version = "1.23.0", features = ["rt"] }
url = "2.3.1"
Expand Down
6 changes: 3 additions & 3 deletions http_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.59"
anyhow = "1.0.68"
async-trait = "0.1.60"
clap = { version = "3.2.23", features = ["derive"] }
fs2 = "0.4.3"
futures = "0.3.25"
Expand All @@ -35,7 +35,7 @@ hyper = { version = "0.14.23", features = ["http1", "http2", "server", "stream",
lazy_static = "1.4.0"
lru = "0.8.1"
rand = "0.8.5"
serde_yaml = "0.9.14"
serde_yaml = "0.9.16"
# TODO: Determine if I can remove strip_id_headers because it's default.
sxg_rs = { path = "../sxg_rs", features = ["strip_id_headers", "rust_signer"] }
tokio = { version = "1.23.0", features = ["rt-multi-thread", "macros", "sync", "time"] }
Expand Down

0 comments on commit 8d52c0d

Please sign in to comment.