Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 02b4a7a

Browse files
authoredDec 10, 2023
Merge branch 'main' into renovate/rustls-pemfile-2.x
2 parents a10bdf5 + 4fe7be7 commit 02b4a7a

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed
 

‎Cargo.lock

+21-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ hyper = { version = "0.14", features = [ "full" ] }
5555
hyper-staticfile = "0.9"
5656
indicatif = { version = "0.17.7", features = ["rayon"] }
5757
itertools = "0.12.0"
58-
libc = "0.2.150"
58+
libc = "0.2.151"
5959
mime_guess = "2.0.4"
6060
nbd = "0.2.3"
6161
nix = { version = "0.26", features = [ "feature", "uio" ] }
6262
num_enum = "0.7"
6363
num-derive = "0.4"
6464
num-traits = "0.2"
6565
omicron-zone-package = "0.9.1"
66-
openapiv3 = "2.0.0-rc.1"
66+
openapiv3 = "2.0.0"
6767
opentelemetry = "0.21.0"
6868
opentelemetry-jaeger = { version = "0.17.0" }
6969
percent-encoding = "2.3"
@@ -73,7 +73,7 @@ rand_chacha = "0.3.1"
7373
reedline = "0.26.0"
7474
reqwest = { version = "0.11", features = ["default", "blocking", "json", "stream"] }
7575
ringbuffer = "0.15.0"
76-
rusqlite = { version = "0.29" }
76+
rusqlite = { version = "0.30" }
7777
rustls-pemfile = { version = "2.0.0" }
7878
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
7979
serde = { version = "1", features = [ "derive" ] }
@@ -91,7 +91,7 @@ subprocess = "0.2.9"
9191
tempfile = "3"
9292
test-strategy = "0.3.1"
9393
thiserror = "1"
94-
tokio = { version = "1.34", features = ["full"] }
94+
tokio = { version = "1.35", features = ["full"] }
9595
tokio-rustls = { version = "0.24.1" }
9696
tokio-test = "*"
9797
tokio-util = { version = "0.7", features = ["codec"]}

‎workspace-hack/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ log = { version = "0.4", default-features = false, features = ["std"] }
3636
num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] }
3737
num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
3838
num-traits = { version = "0.2", features = ["i128", "libm"] }
39-
openapiv3 = { version = "2.0.0-rc.1", default-features = false, features = ["skip_serializing_defaults"] }
39+
openapiv3 = { version = "2", default-features = false, features = ["skip_serializing_defaults"] }
4040
phf_shared = { version = "0.11" }
4141
rand = { version = "0.8", features = ["min_const_gen", "small_rng"] }
4242
rand_chacha = { version = "0.3" }
@@ -69,7 +69,7 @@ indexmap = { version = "2", features = ["serde"] }
6969
libc = { version = "0.2", features = ["extra_traits"] }
7070
log = { version = "0.4", default-features = false, features = ["std"] }
7171
num-traits = { version = "0.2", features = ["i128", "libm"] }
72-
openapiv3 = { version = "2.0.0-rc.1", default-features = false, features = ["skip_serializing_defaults"] }
72+
openapiv3 = { version = "2", default-features = false, features = ["skip_serializing_defaults"] }
7373
phf_shared = { version = "0.11" }
7474
rand = { version = "0.8", features = ["min_const_gen", "small_rng"] }
7575
rand_chacha = { version = "0.3" }

0 commit comments

Comments
 (0)
Please sign in to comment.