Skip to content

Commit e311439

Browse files
authored
build(deps): update lsp-types in libflux (#5520)
Update lsp-types in libflux to get more up-to-date dependencies.
1 parent ec16ca2 commit e311439

File tree

3 files changed

+29
-76
lines changed

3 files changed

+29
-76
lines changed

libflux/Cargo.lock

Lines changed: 12 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libflux/flux-core/Cargo.toml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ crate-type = ["rlib"]
1313
name = "analyze_query_log"
1414
test = false
1515
bench = false
16-
required-features = ["crossbeam-channel", "csv", "rayon", "rusqlite", "pretty_assertions"]
16+
required-features = [
17+
"crossbeam-channel",
18+
"csv",
19+
"rayon",
20+
"rusqlite",
21+
"pretty_assertions",
22+
]
1723

1824
[[bin]]
1925
name = "fluxdoc"
@@ -30,14 +36,19 @@ doc = ["csv", "once_cell", "pad", "pulldown-cmark", "rayon", "tempfile"]
3036

3137
[dependencies]
3238
anyhow = "1.0.56"
33-
chrono = { version = "0.4", default-features = false, features = ["clock", "serde", "std", "wasmbind"] }
39+
chrono = { version = "0.4", default-features = false, features = [
40+
"clock",
41+
"serde",
42+
"std",
43+
"wasmbind",
44+
] }
3445
codespan-reporting = "0.11"
3546
crossbeam-channel = { version = "0.5", optional = true }
3647
csv = { version = "1.1", optional = true }
3748
derivative = "2.1.1"
3849
derive_more = { version = "0.99.17", default-features = false, features = [
3950
"display",
40-
"from"
51+
"from",
4152
] }
4253
ena = "0.14"
4354
env_logger = "0.9"
@@ -46,7 +57,7 @@ fnv = "1.0.7"
4657
indexmap = "1"
4758
libflate = "1.2.0"
4859
log = "0.4.16"
49-
lsp-types = { version = "0.91", optional = true }
60+
lsp-types = { version = "0.97", optional = true }
5061
maplit = "1.0.2"
5162
once_cell = { version = "1.10.0", optional = true }
5263
ordered-float = { version = "3", features = ["serde"] }

libflux/go/libflux/buildinfo.gen.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ package libflux
1313
//
1414
//lint:ignore U1000 generated code
1515
var sourceHashes = map[string]string{
16-
"libflux/Cargo.lock": "58302d93174bb2def223a5439ddbc596476216bf511a11f0ff2fc23865fc1d0a",
16+
"libflux/Cargo.lock": "5a78baae5117942f6df4888346bb4e6d5cba0cd401198c2a391de265bec1a1cd",
1717
"libflux/Cargo.toml": "91ac4e8b467440c6e8a9438011de0e7b78c2732403bb067d4dd31539ac8a90c1",
18-
"libflux/flux-core/Cargo.toml": "971f23ba5dd621df72be85c61135abf1583b0bcc18e2cf51eb0d9107d61639db",
18+
"libflux/flux-core/Cargo.toml": "6900c5330cd237b71f112893f989a392ab484baf6f0aa88dfe1e38a8878c17c5",
1919
"libflux/flux-core/src/ast/check/mod.rs": "4a6511e9ccc9718eada01b29544bd4d5c324ae87a85906c25ad7193a890f86fc",
2020
"libflux/flux-core/src/ast/mod.rs": "00fac7d9da0dfb0475a994b208b9e3d97ad2199a8dcc5bac941e2376c94b5f6b",
2121
"libflux/flux-core/src/ast/walk/mod.rs": "b0069cedffd1a20c77c4fe12465a8350a50a8916d0f29798ab47212fdd0b0692",

0 commit comments

Comments
 (0)