Skip to content

Commit

Permalink
Merge pull request #23 from wacker-dev/bump
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
iawia002 authored Sep 24, 2024
2 parents c77ecb5 + 5fcccad commit 38797af
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ readme = "README.md"
[workspace.dependencies]
waki-macros = { path = "waki-macros", version = "0.3.1" }

anyhow = "1.0.86"
serde = "1.0.201"
anyhow = "1.0.89"
serde = "1.0.210"
6 changes: 3 additions & 3 deletions waki-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ license.workspace = true
proc-macro = true

[dependencies]
syn = { version = "2.0.66", features = ["full"] }
quote = "1.0.36"
proc-macro2 = "1.0.85"
syn = { version = "2.0.77", features = ["full"] }
quote = "1.0.37"
proc-macro2 = "1.0.86"
20 changes: 10 additions & 10 deletions waki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ waki-macros.workspace = true

anyhow.workspace = true
serde.workspace = true
wit-bindgen = "0.26.0"
url = "2.5.0"
wit-bindgen = "0.32.0"
url = "2.5.2"
http = "1.1.0"
serde_urlencoded = "0.7.1"
serde_json = { version = "1.0.117", optional = true }
serde_json = { version = "1.0.128", optional = true }
mime = { version = "0.3.17", optional = true }
mime_guess = { version = "2.0.4", optional = true }
mime_guess = { version = "2.0.5", optional = true }
rand = { version = "0.8.5", optional = true }
memchr = { version = "2.7.2", optional = true }
bytes = { version = "1.6.0", optional = true }
httparse = { version = "1.9.3", optional = true }
memchr = { version = "2.7.4", optional = true }
bytes = { version = "1.7.2", optional = true }
httparse = { version = "1.9.4", optional = true }

[features]
json = ["dep:serde_json"]
Expand All @@ -40,6 +40,6 @@ test-programs-artifacts = { path = "../test-programs/artifacts" }
wasmtime = "25.0.0"
wasmtime-wasi = "25.0.0"
wasmtime-wasi-http = "25.0.0"
hyper = "1.3.1"
http-body-util = "0.1.1"
tokio = { version = "1.38.0", features = ["macros"] }
hyper = "1.4.1"
http-body-util = "0.1.2"
tokio = { version = "1.40.0", features = ["macros"] }
1 change: 1 addition & 0 deletions waki/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pub mod bindings {
path: "wit",
world: "http",
pub_export_macro: true,
generate_all,
});
}

Expand Down

0 comments on commit 38797af

Please sign in to comment.