Compare commits
22 Commits
fix/rust-c
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
eb0c8904d8 | |||
0088b5f4b2 | |||
40b19c259c | |||
caebd865f6 | |||
232c870078 | |||
e12195a9b1 | |||
cb6423565c | |||
9ea6f7c96c | |||
9f0df6cdb4 | |||
13806d73ab | |||
b80817943b | |||
be39e8b757 | |||
49ba32ba94 | |||
2c08b3d6af | |||
fa0982b35c | |||
ca2fd495d7 | |||
a5c4c33d15 | |||
1431f7263f | |||
e5df767723 | |||
e446b77536 | |||
c6ca7401ce | |||
e3ed0a2417 |
@ -5,14 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
### Dependencies
|
||||
- Bump `serde` from 1.0.160 to 1.0.164 (#613, #617, #627)
|
||||
- Bump `serde` from 1.0.160 to 1.0.166 (#613, #617, #627, #636)
|
||||
- Bump `actions/cache` from 2 to 3 (#616)
|
||||
- Bump `tokio` from 1.28.0 to 1.28.2 (#618, #625)
|
||||
- Bump `tokio` from 1.28.0 to 1.29.1 (#618, #625, #633, #634)
|
||||
- Bump `reqwest` from 0.11.17 to 0.11.18 (#619)
|
||||
- Bump `vergen` from 8.1.3 to 8.2.1 (#621, #622)
|
||||
- Bump `vergen` from 8.1.3 to 8.2.3 (#621, #622, #635)
|
||||
- Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623)
|
||||
- Bump `git2` from 0.17.1 to 0.17.2 (#624)
|
||||
- Bump `tempfile` from 3.5.0 to 3.6.0 (#626)
|
||||
- Bump `serde_json` from 1.0.96 to 1.0.99 (#630, #632)
|
||||
- Bump `openssl` from 0.10.50 to 0.10.55 (#631)
|
||||
|
||||
|
||||
## [0.35.0] 2023-05-04
|
||||
|
800
Cargo.lock
generated
800
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
14
Cargo.toml
14
Cargo.toml
@ -19,19 +19,19 @@ badgers = "1.2.0"
|
||||
bytes = "1.4.0"
|
||||
config = { version = "0.13.3", features = ["toml"] }
|
||||
dotenvy = "0.15.7"
|
||||
futures = "0.3.27"
|
||||
futures = "0.3.28"
|
||||
git2 = "0.17.2"
|
||||
lazy_static = "1.4.0"
|
||||
mime = "0.3"
|
||||
number_prefix = "0.4.0"
|
||||
openssl-probe = "0.1.5"
|
||||
reqwest = "0.11.18"
|
||||
serde = "1.0.164"
|
||||
serde_derive = "1.0.137"
|
||||
serde_json = "1.0.94"
|
||||
serde = "1.0.166"
|
||||
serde_derive = "1.0.166"
|
||||
serde_json = "1.0.99"
|
||||
tracing = "0.1.37"
|
||||
tracing-actix-web = "0.7.5"
|
||||
tracing-bunyan-formatter = "0.3.6"
|
||||
tracing-bunyan-formatter = "0.3.7"
|
||||
tracing-futures = "0.2.5"
|
||||
tracing-log = "0.1.3"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] }
|
||||
@ -39,10 +39,10 @@ tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"]
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.71"
|
||||
ructe = { version = "0.16.1", features = ["mime03"] }
|
||||
vergen = { version = "8.2.1", default-features = false, features = ["git", "gitoxide"] }
|
||||
vergen = { version = "8.2.3", default-features = false, features = ["git", "gitoxide"] }
|
||||
|
||||
[dev-dependencies]
|
||||
awc = "3.1.1"
|
||||
ructe = "0.16.1"
|
||||
tempfile = "3.6.0"
|
||||
tokio = "1.28.2"
|
||||
tokio = "1.29.1"
|
||||
|
Reference in New Issue
Block a user