Skip to content

Commit

Permalink
fix(deps): update rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 8, 2024
1 parent 06d3158 commit 15b49f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions fastly_compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ debug = false
[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.59"
base64 = "0.13.1"
fastly = "^0.8.9"
base64 = "0.22.0"
fastly = "^0.10.0"
http = "0.2.8"
log = "0.4.17"
log-fastly = "0.8.9"
log-fastly = "0.10.0"
pem = "1.1.0"
serde = { version = "1.0.149", features = ["derive"] }
serde_yaml = "0.9.14"
Expand Down
6 changes: 3 additions & 3 deletions http_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ fs2 = "0.4.3"
futures = "0.3.25"
http = "0.2.8"
hyper-reverse-proxy = { git = "https://github.com/felipenoris/hyper-reverse-proxy", rev = "96a398de8522fac07a5e15bd0699f6cd7fa84bce" }
hyper-rustls = "0.23.2"
hyper-tls = "0.5.0"
hyper-rustls = "0.27.0"
hyper-tls = "0.6.0"
hyper-trust-dns = { version = "0.5.0", default-features = false, features = ["rustls-webpki", "rustls-http1", "rustls-tls-12"] }
hyper = { version = "0.14.23", features = ["http1", "http2", "server", "stream", "tcp"] }
lazy_static = "1.4.0"
lru = "0.8.1"
lru = "0.12.0"
rand = "0.8.5"
serde_yaml = "0.9.14"
# TODO: Determine if I can remove strip_id_headers because it's default.
Expand Down
10 changes: 5 additions & 5 deletions sxg_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.59"
base64 = "0.13.1"
base64 = "0.22.0"
chrono = { version = "0.4.23", features = ["serde"] }
der-parser = { version = "8.1.0", features = ["bigint", "serialize"] }
futures = { version = "0.3.25" }
getrandom = { version = "0.2.8", features = ["js"] }
http = "0.2.8"
js-sys = "0.3.60"
lol_html = "0.3.1"
lol_html = "0.4.0"
nom = { version = "7.1.1", features = ["alloc"] }
once_cell = "1.16.0"
pem = "1.1.0"
p256 = { version = "0.11.1", features = ["ecdsa"], optional = true }
p256 = { version = "0.13.0", features = ["ecdsa"], optional = true }
serde = { version = "1.0.149", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
serde-wasm-bindgen = "0.6.0"
serde_json = "1.0.89"
serde_yaml = "0.9.14"
sha1 = "0.10.5"
Expand All @@ -56,7 +56,7 @@ url = "2.3.1"
wasm-bindgen = "0.2.83"
wasm-bindgen-futures = "0.4.33"
web-sys = { version = "0.3.60", features = ["console"] }
x509-parser = "0.14.0"
x509-parser = "0.16.0"

[dev-dependencies]
tokio-test = "0.4.2"
6 changes: 3 additions & 3 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ edition = "2018"
[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.59"
base64 = "0.13.1"
base64 = "0.22.0"
clap = { version = "3.2.23", features = ["derive"] }
ctrlc = "3.2.3"
der-parser = { version = "7.0.0", features = ["bigint", "serialize"] }
http = "0.2.8"
hyper = { version = "0.14.23", features = ["client", "http2"]}
hyper-tls = "0.5.0"
hyper-tls = "0.6.0"
pem = "1.1.0"
regex = "1.7.0"
serde = { version = "1.0.149", features = ["derive"] }
serde_json = "1.0.89"
serde_yaml = "0.9.14"
sxg_rs = { path = "../sxg_rs", features = ["rust_signer"] }
toml = "0.5.9"
toml = "0.8.0"
tokio = { version = "1.23.0", features = ["full"] }
url = "2.3.1"
warp = "0.3.3"
Expand Down

0 comments on commit 15b49f7

Please sign in to comment.