Skip to content

Commit

Permalink
chore: upgrade minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastien committed Jan 9, 2024
1 parent 84dedba commit 3488d7c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 30 deletions.
37 changes: 13 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions oal-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ serde_json = "1.0"
serde_yaml = "0.9"
clap = { version = "3.2", features = ["derive"] }
anyhow = "1.0"
ariadne = "0.3"
toml = "0.7"
ariadne = "0.4"
toml = "0.8"
lsp-server = "0.7"
lsp-types = "0.94"
lsp-types = "0.95"
url = "2.4"
crossbeam-channel = "0.5"
thiserror = "1.0"
2 changes: 1 addition & 1 deletion oal-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oal-model = { path = "../oal-model" }
oal-syntax = { path = "../oal-syntax" }
indexmap = "2.0"
enum-map = "2.6"
enum-map-derive = "0.13"
enum-map-derive = "0.17"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion oal-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["compilers"]
[dependencies]
oal-model = { path = "../oal-model" }
enum-map = "2.6"
enum-map-derive = "0.13"
enum-map-derive = "0.17"
string-interner = "0.14"
generational_token_list = "0.1"
generational-indextree = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion oal-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ oal-model = { path = "../oal-model" }
oal-syntax = { path = "../oal-syntax" }
oal-compiler = { path = "../oal-compiler" }
oal-openapi = { path = "../oal-openapi" }
ariadne = "0.3"
ariadne = "0.4"
serde_yaml = "0.9"
anyhow = "1.0"
wasm-bindgen = "0.2"
Expand Down

0 comments on commit 3488d7c

Please sign in to comment.