Skip to content

Commit

Permalink
upgrade deps and fix an interaction between bootstrap and prime-react…
Browse files Browse the repository at this point in the history
… css
  • Loading branch information
jbr committed Oct 3, 2023
1 parent bb15987 commit aa5c27d
Show file tree
Hide file tree
Showing 10 changed files with 358 additions and 363 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ env_logger = "0.10.0"
fastrand = "2.0.1"
futures-lite = "1.13.0"
git-version = "0.3.5"
janus_messages = "0.5.21"
janus_messages = "0.5.22"
log = "0.4.20"
opentelemetry = { version = "0.19.0", features = ["metrics"] }
opentelemetry-prometheus = { version = "0.12.0", features = [
"prometheus-encoding",
] }
prio = "0.15.2"
prio = "0.15.3"
querystrong = "0.3.0"
rand = "0.8.5"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
serde_path_to_error = "0.1.14"
sha2 = "0.10.8"
subtle = "2.5.0"
thiserror = "1.0.48"
thiserror = "1.0.49"
time = { version = "0.3.29", features = ["serde", "serde-well-known"] }
tokio = { version = "1.32.0", features = ["full"] }
tracing = "0.1.37"
Expand Down Expand Up @@ -84,7 +84,7 @@ features = [
]

[dev-dependencies]
regex = "1.9.5"
regex = "1.9.6"
test-support = { path = "./test-support" }

[build-dependencies]
Expand Down
Loading

0 comments on commit aa5c27d

Please sign in to comment.