Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dependencies #112

Merged
merged 27 commits into from Dec 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
7c5c4e4
build(deps): point tracing and opentelemetry git URLs to upstream rep…
SanchithHegde Dec 10, 2022
9f533cb
cargo(workspace): clean up commented code
SanchithHegde Dec 10, 2022
c61bdf1
build(deps): bump bytes from 1.2.1 to 1.3.0
SanchithHegde Dec 10, 2022
f42e8ca
build(deps): bump error-stack from 0.2.1 to 0.2.4
SanchithHegde Dec 10, 2022
50b64cc
build(deps): bump serde from 1.0.145 to 1.0.149
SanchithHegde Dec 10, 2022
47d2187
build(deps): bump serde_json from 1.0.85 to 1.0.89
SanchithHegde Dec 10, 2022
7c70cb6
build(deps): bump async-trait from 0.1.57 to 0.1.59
SanchithHegde Dec 10, 2022
2d857db
build(deps): bump base64 from 0.13.0 to 0.13.1
SanchithHegde Dec 10, 2022
a6c9549
build(deps): bump config from 0.13.2 to 0.13.3
SanchithHegde Dec 10, 2022
2960039
build(deps): bump once_cell from 1.15.0 to 1.16.0
SanchithHegde Dec 10, 2022
6dca9a4
build(deps): remove `regex` from `router` dependencies
SanchithHegde Dec 10, 2022
265872a
build(deps): bump sha2 from 0.10.5 to 0.10.6
SanchithHegde Dec 10, 2022
eefe5cf
build(deps): bump time from 0.3.14 to 0.3.17
SanchithHegde Dec 10, 2022
0aea00f
build(deps): bump tokio from 1.21.2 to 1.23.0
SanchithHegde Dec 10, 2022
57d23ae
build(deps): bump uuid from 1.1.2 to 1.2.2
SanchithHegde Dec 10, 2022
7857301
build(deps): bump proc-macro2 from 1.0.46 to 1.0.47
SanchithHegde Dec 10, 2022
5ab0912
build(deps): bump syn from 1.0.101 to 1.0.105
SanchithHegde Dec 10, 2022
0a0309d
build(deps): bump gethostname from 0.2.3 to 0.4.1
SanchithHegde Dec 10, 2022
e7e7618
build(deps): bump vergen from 7.4.2 to 7.4.3
SanchithHegde Dec 10, 2022
9731457
build(deps): remove unused deps from `router_env`
SanchithHegde Dec 10, 2022
1b4627c
build(deps): remove unused deps from `router`
SanchithHegde Dec 10, 2022
06df4b2
build(deps): remove unused deps from `redis_interface`
SanchithHegde Dec 10, 2022
13a78ba
Merge branch 'main' into dependency-updates
SanchithHegde Dec 10, 2022
170f6f3
build(deps): bump base64 from 0.13.1 to 0.20.0
SanchithHegde Dec 11, 2022
0330c3b
Merge branch 'main' into dependency-updates
SanchithHegde Dec 11, 2022
d0e5dfc
build: bump MSRV to 1.64
SanchithHegde Dec 11, 2022
99ecacc
build(metadata): add missing metadata fields to newer crates
SanchithHegde Dec 11, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .deepsource.toml
Expand Up @@ -13,4 +13,4 @@ name = "rust"
enabled = true

[analyzers.meta]
msrv = "1.63.0"
msrv = "1.64.0"
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.63
toolchain: 1.64

- uses: Swatinem/rust-cache@v2.2.0
with:
Expand Down