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 fdb6f5c commit d8b77f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llrt_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rquickjs = { version = "0.6.2", features = [
], default-features = false }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1.40", features = ["log"] }
uuid = { version = "1.10.0", default-features = false, features = [
uuid = { version = "1.11.0", default-features = false, features = [
"v1",
"v3",
"v4",
Expand Down Expand Up @@ -66,7 +66,7 @@ hyper-rustls = { version = "0.27.3", default-features = false, features = [
] }
hyper-util = "0.1.9"
http-body-util = "0.1.2"
rustls = { version = "0.23.14", default-features = false, features = [
rustls = { version = "0.23.15", default-features = false, features = [
"tls12",
"ring",
] }
Expand Down

0 comments on commit d8b77f3

Please sign in to comment.