From 3e099111fe23f27afe963d7f7fd6b82fea635e0a Mon Sep 17 00:00:00 2001 From: Ulyssa Date: Mon, 2 Dec 2024 16:00:04 -0800 Subject: [PATCH] Update files for future v0.12.3 release --- CHANGELOG.md | 2 ++ Cargo.lock | 26 +++++++++++++------------- cli/Cargo.toml | 4 ++-- cli/tests/trap-test/Cargo.lock | 24 ++++++++++++------------ lib/Cargo.toml | 2 +- 5 files changed, 30 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b49c02..1ff24c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## Unreleased + ## 0.12.2 (2024-12-02) - Add support for the `on_behalf_of` hostcalls ([#440](https://github.com/fastly/Viceroy/pull/440)) diff --git a/Cargo.lock b/Cargo.lock index 350ae83f..335bff41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2544,7 +2544,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "viceroy" -version = "0.12.2" +version = "0.12.3" dependencies = [ "anyhow", "base64", @@ -2584,7 +2584,7 @@ dependencies = [ [[package]] name = "viceroy-lib" -version = "0.12.2" +version = "0.12.3" dependencies = [ "anyhow", "async-trait", @@ -2721,12 +2721,12 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.221.1" +version = "0.221.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9beee8eb3e414ad135b301de9f1996d39cda02fd1d309bb948d6f913fadc6548" +checksum = "c17a3bd88f2155da63a1f2fcb8a56377a24f0b6dfed12733bb5f544e86f690c5" dependencies = [ "leb128", - "wasmparser 0.221.1", + "wasmparser 0.221.2", ] [[package]] @@ -2761,9 +2761,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.221.1" +version = "0.221.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70fa5f08576e62eeb741c917d9ef0ce41ada2660f39658dec6207546bcc76542" +checksum = "9845c470a2e10b61dd42c385839cdd6496363ed63b5c9e420b5488b77bd22083" dependencies = [ "bitflags 2.6.0", "indexmap", @@ -3096,24 +3096,24 @@ dependencies = [ [[package]] name = "wast" -version = "221.0.1" +version = "221.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3633ed1bb65295aefe73f60a13a3c8085d8cb3475ce070dd81078dcf6e098b6" +checksum = "fcc4470b9de917ba199157d1f0ae104f2ae362be728c43e68c571c7715bd629e" dependencies = [ "bumpalo", "leb128", "memchr", "unicode-width", - "wasm-encoder 0.221.1", + "wasm-encoder 0.221.2", ] [[package]] name = "wat" -version = "1.221.1" +version = "1.221.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06c1bb3088232cd0d304949e1e66b0d9168f769f7b14071c2c7485e6139014b" +checksum = "6b1f3c6d82af47286494c6caea1d332037f5cbeeac82bbf5ef59cb8c201c466e" dependencies = [ - "wast 221.0.1", + "wast 221.0.2", ] [[package]] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1756d15d..9875c575 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "viceroy" description = "Viceroy is a local testing daemon for Fastly Compute." -version = "0.12.2" +version = "0.12.3" authors = ["Fastly"] readme = "../README.md" edition = "2021" @@ -45,7 +45,7 @@ tokio-rustls = { workspace = true } tracing = { workspace = true } tracing-futures = { workspace = true } tracing-subscriber = { version = "^0.3.16", features = ["env-filter", "fmt"] } -viceroy-lib = { path = "../lib", version = "=0.12.2" } +viceroy-lib = { path = "../lib", version = "=0.12.3" } wat = "^1.0.38" wasmtime = { workspace = true } wasmtime-wasi = { workspace = true } diff --git a/cli/tests/trap-test/Cargo.lock b/cli/tests/trap-test/Cargo.lock index 91b9445c..db92fb53 100644 --- a/cli/tests/trap-test/Cargo.lock +++ b/cli/tests/trap-test/Cargo.lock @@ -2497,7 +2497,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "viceroy-lib" -version = "0.12.2" +version = "0.12.3" dependencies = [ "anyhow", "async-trait", @@ -2633,12 +2633,12 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.221.1" +version = "0.221.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9beee8eb3e414ad135b301de9f1996d39cda02fd1d309bb948d6f913fadc6548" +checksum = "c17a3bd88f2155da63a1f2fcb8a56377a24f0b6dfed12733bb5f544e86f690c5" dependencies = [ "leb128", - "wasmparser 0.221.1", + "wasmparser 0.221.2", ] [[package]] @@ -2673,9 +2673,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.221.1" +version = "0.221.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70fa5f08576e62eeb741c917d9ef0ce41ada2660f39658dec6207546bcc76542" +checksum = "9845c470a2e10b61dd42c385839cdd6496363ed63b5c9e420b5488b77bd22083" dependencies = [ "bitflags 2.6.0", "indexmap", @@ -3008,24 +3008,24 @@ dependencies = [ [[package]] name = "wast" -version = "221.0.1" +version = "221.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3633ed1bb65295aefe73f60a13a3c8085d8cb3475ce070dd81078dcf6e098b6" +checksum = "fcc4470b9de917ba199157d1f0ae104f2ae362be728c43e68c571c7715bd629e" dependencies = [ "bumpalo", "leb128", "memchr", "unicode-width", - "wasm-encoder 0.221.1", + "wasm-encoder 0.221.2", ] [[package]] name = "wat" -version = "1.221.1" +version = "1.221.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a06c1bb3088232cd0d304949e1e66b0d9168f769f7b14071c2c7485e6139014b" +checksum = "6b1f3c6d82af47286494c6caea1d332037f5cbeeac82bbf5ef59cb8c201c466e" dependencies = [ - "wast 221.0.1", + "wast 221.0.2", ] [[package]] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ffd404a3..647f54be 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viceroy-lib" -version = "0.12.2" +version = "0.12.3" description = "Viceroy implementation details." authors = ["Fastly"] edition = "2021"