Commit 53bd796
authored
chore: suppress humantime advisory (#3529)
The `humantime` package is no longer maintained. We should move to avoid
using it. We were using it indirectly via `env_logger` and
`object_store`. This PR updates `env_logger` to the latest version
(which uses `jiff` instead of `humantime`).
`object_store` is one of our core dependencies and we generally update
it as new versions are released. If (and when) `humantime` is replaced
with `jiff` we will remove the dependency then. This may be several
months. apache/arrow-rs#7261 can be used for
tracking.
Until then we should suppress the advisory.1 parent b66f34e commit 53bd796
File tree
5 files changed
+156
-53
lines changed- python
- rust/lance
5 files changed
+156
-53
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments