Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 16, 2024
1 parent 60b2a2a commit fdb6f5c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "22.7.5",
"aws-cdk": "2.162.1",
"aws-cdk-lib": "2.162.1",
"constructs": "10.4.1",
"constructs": "10.4.2",
"esbuild": "0.24.0",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion llrt_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ simd-json = { version = "0.14.1", default-features = false, features = [
itoa = "1.0.11"
ryu = "1.0.18"
fxhash = "0.2.1"
hyper = { version = "1.4.1", features = ["client", "http1", "http2"] }
hyper = { version = "1.5.0", features = ["client", "http1", "http2"] }
hyper-rustls = { version = "0.27.3", default-features = false, features = [
"http2",
"http1",
Expand Down
4 changes: 0 additions & 4 deletions llrt_modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,3 @@ async fn main() -> anyhow::Result<()> {

_⚠️ = partially supported_ _⏱ = planned partial support_ _\* = Not native_
_\*\* = Use fetch instead_

## License

This library is licensed under the Apache-2.0 License.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"stream-browserify": "3.0.0",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"vitest": "2.1.2"
"vitest": "2.1.3"
},
"packageManager": "[email protected]",
"side-effects": false
Expand Down

0 comments on commit fdb6f5c

Please sign in to comment.