Closed Bug 1437561 Opened 6 years ago Closed 6 years ago

Upgrade lazy_static crate

Categories

(Testing :: geckodriver, enhancement, P1)

Version 3
enhancement

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1438954

People

(Reporter: ato, Assigned: ato)

References

Details

Attachments

(2 files)

We will want to upgrade our lazy_static dependency because another
crate in our dependency tree depends on a different version.
Blocks: 1401129
Assignee: nobody → ato
Status: NEW → ASSIGNED
Priority: -- → P1
Comment on attachment 8950249 [details]
Bug 1437561 - Upgrade lazy_static dependency.

https://reviewboard.mozilla.org/r/219508/#review225988

::: testing/geckodriver/Cargo.toml:16
(Diff revision 1)
>  
>  [dependencies]
>  chrono = "^0.2"
>  clap = { version = "^2.19", default-features = false, features = ["suggestions", "wrap_help"] }
>  hyper = "0.10"
> -lazy_static = "0.1"
> +lazy_static = "^1"

You don't need the caret here. It's implied by default.
Attachment #8950249 - Flags: review?(james) → review+
Comment on attachment 8950251 [details]
Bug 1437561 - Drop lazy_static v0.1.16.

https://reviewboard.mozilla.org/r/219510/#review225992
Attachment #8950251 - Flags: review?(james) → review+
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.

hg error in cmd: hg rebase -s fabe597de50915cd843ab9cc9ee0465044207618 -d 7270c9ee964b: rebasing 447328:fabe597de509 "Bug 1437561 - Upgrade lazy_static dependency. r=jgraham"
merging testing/geckodriver/Cargo.lock
merging testing/geckodriver/Cargo.toml
warning: conflicts while merging testing/geckodriver/Cargo.lock! (edit, then use 'hg resolve --mark')
warning: conflicts while merging testing/geckodriver/Cargo.toml! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.

hg error in cmd: hg rebase -s e6616114e82535cc3d242f7261cc7d3bdb6e23b6 -d d8bb0ab25ecb: rebasing 447333:e6616114e825 "Bug 1437561 - Upgrade lazy_static dependency. r=jgraham"
merging testing/geckodriver/Cargo.lock
merging testing/geckodriver/Cargo.toml
warning: conflicts while merging testing/geckodriver/Cargo.lock! (edit, then use 'hg resolve --mark')
warning: conflicts while merging testing/geckodriver/Cargo.toml! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: